SlideShare uses cookies to improve functionality and performance, and to provide you with relevant advertising. If you continue browsing the site, you agree to the use of cookies on this website. See our User Agreement and Privacy Policy.
SlideShare uses cookies to improve functionality and performance, and to provide you with relevant advertising. If you continue browsing the site, you agree to the use of cookies on this website. See our Privacy Policy and User Agreement for details.
Successfully reported this slideshow.
Activate your 14 day free trial to unlock unlimited reading.
6.
Domain == problem
Model == solution
Distilled knowledge
“The model isn’t just the knowledge in a domain expert's head; it is
a rigorously organized and selective abstraction of that.”
- Eric Evans
Can be expressed in several ways:
● Code
● Diagrams
● Written Documentation
What is a Domain Model?
13.
Before we start
● An iterative process
● Business involvement (domain experts)
● Being fluent with Object-Oriented (OO) programming paradigm
● Being familiar with SOLID principles