This post originated from an RSS feed registered with Java Buzz
by Dan Haywood.
Original Post: Interface Segregation Principle
Feed Title: Domain Driven Design using Naked Objects
Feed URL: http://danhaywood.com/feed/
Feed Description: Naked Objects is an open source Java framework making it easy to develop domain-driven applications. This blog provides hints and tips to help you get the most out of Naked Objects and its sister projects, extending and supplementing the ideas in Dan's pragprog book of the same name.
On the DDD newsgroup one thread started there recently asked:
Implicit concepts are an important subject in software creation. They allow for breakthroughs in hard to model systems (for example).
Did you ever use _special_ techniques to identify them? Be it via interviews, visualizations, system metaphors, code analysis or code refactoring.
It's a ...