Jarosław
Żeliński
Analityk i
Projektant Systemów
Temat: DDD - cytat dnia :)
O DDD dyskusji jest nie mało, ścierają się programiści z "programistycznym" podejściem i analitycy projektanci....no to kamyczek do tej piaskownicy, jak nie trudno się domyśleć :) pokazujący moje podejście ;) skoro cytuję :D
Domain Driven Design is an approach that describes the approach to designing the business layer. It doesn’t say much about the other layers of an application. The main advice is to base the domain model on the language your customer uses: the ubiquitous language. This means that you should not have a method “setAddress” on a Customer instance if your customer talks about “register a relocation”. In fact, the last application I developed hardly contained any setter on any domain instance at all.
http://blog.dutchworks.nl/2009/05/10/the-misunderstand...