1.

What Is A Cross-cutting Concern?

Answer»

A requirement that cuts ACROSS all the natural MODULES of your application.

Examples:

  • Tracing, security, transactions, BUSINESS rules.
  • Two problems with cross-cutting concerns.
  • Code tangling - method doing too MANY unrelated tasks
  • Code scattering - code duplication leading to maintenance headache

A requirement that cuts across all the natural modules of your application.

Examples:



Discussion

No Comment Found