Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

How do I show classes of two different variants with two possible values in a class diagram?

How can I detect or avoid cyclic references with std::shared_ptr?

Session State Anti-Pattern (or Global State in general)

Allow communication between Services?

Model/View Separation

Replacing if else statements [duplicate]

Why shouldn't a repository hold transaction logic?

Special case of producer/consumer

Better design for abstraction of Db with inheritance

When using the singleton design pattern, do other methods need to use synchronized keyword to ensure thread safety?

Java: Make a method abstract for each extending class

Singleton Pattern - Default Property

What does "without violating encapsulation" mean in Memento pattern

Interfaces vs Public Class Members

Best way to add behaviors based on type

does the observer implementation here has memory leak?

C# abstract class, works with array initialization