Re: Separation of concerns
- From: "topmind" <topmind@xxxxxxxxxxxxxxxx>
- Date: 29 Mar 2007 11:13:37 -0700
Daniel T. wrote:
"Thomas Kowalski" <th-ko@xxxxxx> wrote:
It means to keep variables, functions, objects, abstractions as
focused as possible.
And how do you trade off with cohesion?
There is no trade off. Separating concerns means that an abstraction
should do no more than one thing, cohesion means that an abstraction
should do no less than one thing.
That is a precedural-oriented definition because objects are not
necessarily about tasks and task divisions.
-T-
.
- Follow-Ups:
- Re: Separation of concerns
- From: throatslasher
- Re: Separation of concerns
- References:
- Separation of concerns
- From: Thomas Kowalski
- Re: Separation of concerns
- From: Daniel T.
- Re: Separation of concerns
- From: Thomas Kowalski
- Re: Separation of concerns
- From: Daniel T.
- Separation of concerns
- Prev by Date: Re: Separation of concerns
- Next by Date: Re: Double Dispatch Problem: Mobile Creatures and Projectiles in a Game World
- Previous by thread: Re: Separation of concerns
- Next by thread: Re: Separation of concerns
- Index(es):
Relevant Pages
|