Answers

Question and Answer:

  Home  JMX

⟩ What is a cross-cutting concern?

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

 267 views

More Questions for you: