出典:Wikipedia
出典:『Wikipedia』 (2011/05/18 19:38 UTC 版)
In computer science, cross-cutting concerns are aspects of a program which affect other concerns. These concerns often cannot be cleanly 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.