Some of those things you listed are design methods and others are design 
architectures.

I think if methods really mattered that much, and if we had found an optimal 
one, we wouldn't see so much disagreement about them. Either methods don't 
matter or we don't have a good one yet -- we're all pre-Semmelweis/Lister 
doctors in the latter case.
 
Architecture certainly matters though. If you expect to swap out components 
often, then designing in components is important. If you expect to scale a 
particular layer of an application, then separating it into its own tier is 
important.

Personally I think that more data-driven or rules-driven architectures would be 
suited to many business systems, but there's a lot of vendor clutter and noise 
in that area.

-- Steve Huwig

On Nov 16, 2012, at 11:27 AM, rakesh mailgroups <rakesh.mailgro...@gmail.com> 
wrote:

> Hi all,
> 
> after over 10 years software development experience, I still feel I don't 
> know the best way to build a system consistently.
> 
> In some cases, we seem to go back to old ideas and other times we seem to 
> reject them.
> 
> There are soo many schools of thought on software design, for example:
> 
> 1. Uncle Bob - clean code, TDD, OO, software by components
> 2. Growing Object Orientated Software Guided by Tests
> 3. DDD/CQRS
> 4. 3 tier architecture exemplified by Sun (web,service, dao)
> 
> And of course mix and match!
> 
> What do you guys do?
> 
> Rakesh
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Java Posse" group.
> To post to this group, send email to javaposse@googlegroups.com.
> To unsubscribe from this group, send email to 
> javaposse+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/javaposse?hl=en.

-- 
You received this message because you are subscribed to the Google Groups "Java 
Posse" group.
To post to this group, send email to javaposse@googlegroups.com.
To unsubscribe from this group, send email to 
javaposse+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/javaposse?hl=en.

Reply via email to