uml - Does every class in the design model have to be present in the domain model? -


I have a doubt about the design model. Should every class in the design model be present in the domain model? Object modeling is best done as an iterative process, so whatever (simple) design you feel that starts with. Build your current requirements and build on it as you will learn more about your domain.

Comments

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -