Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in software-design

Functional Programming: How to handle complex data without bloated functions?

Create a sequential diagram for each use case in the online shopping system [closed]

Separating business rules from entities in domain driven design

Why are there different ways to describe same design pattern using UML? What to trust?

Global variables in Javascript (jQuery)

How can this layered architecture be improved?

Which Design Pattern combines an Interface, a Factory, and Data?

Best practice for enforcing type safety in polymorphic inheritance hierarchies [closed]

Encapsulating java.util.Properties access through accessor methods considered bad practice?

Can Kafka be used as a distribute work queue

How can MVC coexist with the Onion architecture?

What are the differences between Layered architecture with dependencies inversion and Hexagonal architecture?

Configuration priority - best practise

Putting opaque struct definition into a separate header file

Decorator Pattern with added functions

Is this diagram a valid UML component diagram?

Should I use a Use Case even though it only acts as a middle-man to the Interface Adapter?

Why is most software dealing with Bézier curves focusing on the cubic ones, to the detriment of other curve orders?