Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

For two methods who need to call each other: how do I prevent an infinite loop?

java design-patterns

is the Strategy Pattern (design pattern) less useful when the change is unforeseeable?

design-patterns

I have some questions about MVVM pattern

c# wpf design-patterns mvvm

Alternate to using if -else statements [closed]

c# design-patterns

Meyers Singleton Scope

Advantages of Acyclic Visitor over Command with Switch On Type

Notifying a class of another class' changes

c++ design-patterns

Choosing a design pattern for a class that might change its internal attributes

c++ design-patterns oop

Best practice of managing database connections in a web app

Is there an idiom/design pattern for restricting templates?

Separate Options class, overloaded constructor, or public properties with default values?

c# .net design-patterns

Design Pattern for this use case

Architectural/best-practices question about generics

C#: How to resolve this circular dependency?

c# design-patterns

<SomeThirdPartyClass>Util == God object?