#design-patterns
Read more stories on Hashnode
Articles with this tag
With an Example in Java · Chapter 6 of the Domain Driven Design book talks about the life cycle of complex objects. In the last article I wrote about...
Aggregates with an example in Golang · Chapter 6 of Domain-Driven Design by Eric Evans is about handling objects that have complex interdependencies and...
The 2nd part of chapter 5 in Domain-Driven Design by Eric Evans talks about modules (a.k.a. packages) and how to correctly divide the objects into...
Domain-Driven Design Chapter 5.1 · This chapter focuses on connecting model and implementation. The chapter is large and it has a lot of important...
Continuing my Intro to Design Patterns series; today I will explain the singleton design pattern. You know how you can have one global variable in...
If you have studied computer science or software engineering then you have probably came across design patterns. If you haven't, chances are you have...