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.

[Top]

Examples

A program may log its actions, handle a database of records, compute a statistic from these records, etc.

[Top]

See also

This article is a stub. You can help BambooWeb by .






  View Live Article   This article is from Wikipedia. All text is available under the terms of the GNU Free Documentation License