Published inBetter ProgrammingReducing Complexity in Django Models With Value ObjectsImplementing the value object patternJan 31, 20232Jan 31, 20232
Another way to persist DDD Aggregates in DjangoDjango ORM is powerful but it has its drawbacks. When you deal with more complicated domains, you may have a temptation to use concepts…Jan 16, 2021Jan 16, 2021
How to make your Python code maintainable with the open/close principleHow to avoid code spaghetti? How to refactor our if-else hell to something easier to read, painless to extend, and fun to work with.Sep 7, 2020Sep 7, 2020