Core concern
From Wikipedia, the free encyclopedia
This article does not cite any references or sources. (December 2006) Please help improve this article by adding citations to reliable sources. Unverifiable material may be challenged and removed. |
In computer science, a core concern is one of the main concerns a program is written for.
[edit] Example
If writing an application for Medical Records, the bookkeeping and indexing of such records is a core concern, while logging a history of changes to the record database or user database, or an authentication system, would be cross-cutting concerns since they touch more parts of the program.
The sum of all core concerns is the business logic of a program, while all other aspects of the program are needed for proper execution, but not part of the actual business logic.
[edit] See also
- Aspect-oriented software development
- Aspect-oriented programming
- Separation of concerns
- Concern (computer science)
- Core competency