Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

Building a backend for mobile and web

How to modify method return value in all derived classes?

c# .net oop design-patterns

visitor vs servant vs command patterns

Builder Pattern useful with Setter-methods?

Alternative to enum in design pattern

c# .net design-patterns enums

Load property lazy loading

Purpose of IAggregateRoot interface in in Microsoft Repository Pattern document

Is there a more C++ elegant implementation to complete the function jump?

c++ design-patterns c++17

ASP.NET MVC - User Input and Service/Repository - Where to do Validation?

Pattern for Plugins - IoC/DI or not?

c# .net design-patterns

friendly classes in c#

c# .net design-patterns oop init

Pattern for class instantiation from only one single place?

What's wrong with this singleton I created

What's the difference between design pattern and enterprise design pattern?

Alternative to singleton for unique resources

java Exception Handling strategy [closed]

Is Template Method design pattern a good choice for this?

c# design-patterns

How to avoid instanceof operator in this case

Inheritance between builders - how to deal with types?

c# oop design-patterns builder

Avoid boolean flags as an attribute