Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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?

Is Abstract Factory just a set of Factory Methods?

design-patterns

How do I prevent adding an object in multiple vectors?

Simple Factory Pattern - assign values to the properties of the extended concrete instances at design time

Designing Delayed Loading

c++ design-patterns

Anti-if purposes: How to check nulls?

oop design-patterns null

How to cut down boilerplate code in composite/decorate pattern

I'm starting a new VB project and I could use some guidance

MVP Passive View - keeping view data and model data separate

When to use Gateway design pattern

oop design-patterns

How to restructure nested if else statement