New posts in software-design

Repository and Data Mapper pattern

Onion architecture compared to hexagonal

How to design my JavaFX Service / Tasks for calculating 4 checksums of a file?

what is the difference between a view model and a data transfer object?

Why encapsulation is an important feature of OOP languages? [closed]

Encapsulation vs Data Hiding - Java

Is it the best practice to extract an interface for every class?

What are the DAO, DTO and Service layers in Spring Framework?

Coupling and cohesion

adapter-Any real example of Adapter Pattern [closed]

What is the benefit of using Fragments in Android, rather than Views?

Are utility classes evil? [closed]

Avoiding Circular Dependencies of header files [duplicate]

What is a software framework? [closed]

Is it valid to have a JavaScript function that does nothing?

What does "program to interfaces, not implementations" mean?

Difference Between Cohesion and Coupling

How to just import one function from C++ headers (aka avoiding namespace pollution)