Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Cross-cutting concern
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{Short description|Concept in aspect-oriented software development}} In [[aspect-oriented software development]], '''cross-cutting concerns''' are [[Aspect (computer programming)|aspects]] of a [[computer program|program]] that affect several [[Modular programming|modules]], without the possibility of being [[Encapsulation (computer programming)|encapsulated]] in any of them. These [[Concern (computer science)|concerns]] often cannot be cleanly [[Modularity (programming)|decomposed]] from the rest of the system in both the design and implementation, and can result in either ''scattering'' ([[code duplication]]), ''tangling'' (significant dependencies between systems), or both. For instance, if writing an [[application software|application]] for handling [[Electronic health record|medical records]], the indexing of such records is a [[core concern]], while [[Data logging|logging]] a history of changes to the record database or user database, or an authentication system, would be cross-cutting concerns since they interact with more parts of the program.
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)