ENCYCLOPEDIA 4U .com



Encyclopedia Home Page

Google
  Web Encyclopedia4u.com

 

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.





Content on this web site is provided for informational purposes only. We accept no responsibility for any loss, injury or inconvenience sustained by any person resulting from information published on this site. We encourage you to verify any critical information with the relevant authorities.



Copyright © 2005 Par Web Solutions All Rights reserved.
| Privacy

This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Core concern".