Science Fair Project Encyclopedia
Separation of concerns
In computer science, separation of concerns is the process of breaking a program into distinct features that overlap in functionality as little as possible.
Which distinct concerns exist should be determined first, and then implemented as separately as possible. This is intended to promote modular design.
Examples
A program may log its actions, handle a database of records, compute a statistic from these records, etc.
See also
12-03-2008 10:22:39
The contents of this article is licensed from www.wikipedia.org under the GNU Free Documentation License. Click here to see the transparent copy and copyright details
The contents of this article is licensed from www.wikipedia.org under the GNU Free Documentation License. Click here to see the transparent copy and copyright details


