[…] we think about Domain Driven Design, what things do come first in mind? Is it Entities, Value Types, Aggregate…
On Simple Domain-Driven Design – Building Blocks
[…] Builder and Factory design patterns help with objects instantiation, however how they are different and when to use […]
On Factory Design Pattern
[…] More on how to make your automated tests awesome here. […]
On How to make tests AWESOME
Thanks, I have never seen someone explain this perfectly.
On Simple Domain-Driven Design – Building Blocks
[…] Event Sourcing is a pattern when everything that happens in a system is an event. All events are stored in the…
On Simple Domain-Driven Design – Building Blocks
[…] We can code this ourselves, but pytest has amazing autouse fixtures. You can read more about it here. We…
On pytest in 5 minutes
[…] of and many other aspects. If you need a quick refresher or intro to DDD, then you may refer…
On Simple Domain-Driven Design – Building Blocks
Good article! We are linking to this great post on our website. Keep up the great writing.
On Simple Domain-Driven Design – Building Blocks
[…] why it’s so important to understand for software developers and architects, we looked at all 5 levels of static…
On Fixing Static Connascence
[…] the previous posts we learned about connascence and explained why it’s so important to understand for software developers and…
On Connascence, why is it so important?