Factory Design Pattern
With an Example in Java

Search for a command to run...
Articles tagged with #software-architecture
With an Example in Java

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 modules to serve the purpose of the domain model and support the communication between the developers. ...

Domain-Driven Design Chapter 5.1

Layered architecture and Smart UI

When I first started working as a software engineer I gradually started spending a lot more time designing than actually implementing. More often then not, designing the system to correctly fix the problem of the business is harder than implementatio...

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 faced problems that could have easily been avoided with a design pattern. In this article, I will ex...
