Code Smell 47 - Diagrams
Maxi Contieri
Posted on December 9, 2020
Diagrams are not code. They cannot be a code smell. They are just Diagram Smells.
Problems
Maintainability
Trash code
Code Duplication
Diagrams focus only on structure (accidental) and not behavior (essential).
Solutions
Use diagrams only to communicate ideas with other humans.
Program on your favorite IDE.
Thrash all diagrams. Even the ones generated from the source code.
Trust your tests. They are alive and well maintained.
Use Domain Driven Design technique.
Sample Code
Wrong
Right
Detection
We can remove all code annotations and forbid them by policy.
Examples
Conclusion
Designing is a contact sport. We need to prototype and learn from our running models.
Papers and JPGs don't run. They live in the utopic world where everything works smoothly.
CASE was a very hot trend back in the 90s.
No good system was developed with these tools.
Relations
Code Smell 01 - Anemic Models
Maxi Contieri ・ Oct 20 '20
More info
Credits
Photo by Nick Seagrave on Unsplash
The Diagram is Not the Model. The model is not the diagram. It is an abstraction, a set of concepts and relationships between them.
Eric Evans
Posted on December 9, 2020
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.