December 21, 2014 at 05:12PM
"Programmers are modelers, whether anyone likes it or not." - Eric Evans #readingToday

The effectiveness of an overall design is very sensitive to the quality and consistency of fine-grained design and implementation decisions. With a MODEL-DRIVEN DESIGN, a portion of the code is an expression of the model; changing that code changes the model. Programmers are modelers, whether anyone likes it or not. So it is better to set up the project so that the programmers do good modeling work.

Domain-Driven Design, Eric Evans