Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

what design pattern or architecture to use with third party api [closed]

Is facade design pattern similar to MVC?

design-patterns

Replace a Param in QueryString in Java

Best way/pattern to build request based on different service

Avoid circular references with services and DI

Is using Java Reflection Bad Practice?

Pattern Repeat on Object Scaling in fabric JS

Is nodejs representing Reactor or Proactor design pattern?

visitor pattern and violation of encapsulation

design-patterns

How to remove the circular dependency from this use of the Strategy pattern?

Does the Observer pattern violate single responsibiliy principle?

design-patterns

Do experienced programmers still use flowcharts to work out the order of operations, or do they do it in their heads? [closed]

design-patterns modeling

Does the Builder Design Pattern violate the Single Responsibility Principle?

Store and call method from a HashMap

Improving builder pattern by doing validations at compile time

Are there best practices for "Singletons" (persistent GameObjects) in Unity?

Dependency injection and many implementations of interface

Decorator design pattern with Composite Design pattern