Encyclopedia > Core concern

  Article Content

Core concern

In computer science, a core concern is one of the main features a program is written for.

Example:

If writing an application for handling medical records, the bookkeeping and indexing of such records is a core concern, and logging a history of changes to the record database or user database, or an authentification 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.

See aspect-oriented programming, separation of concerns and concern for more details.



All Wikipedia text is available under the terms of the GNU Free Documentation License

 
  Search Encyclopedia

Search over one million articles, find something about almost anything!
 
 
  
  Featured Article
Holtsville, New York

... 34 years. For every 100 females there are 96.1 males. For every 100 females age 18 and over, there are 93.9 males. The median income for a household in the town is ...

 
 
 
This page was created in 290.9 ms