Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

Convert number to 5 digit string [closed]

php design-patterns

C++: Does this pattern have a name, and can it be improved?

Why do I need a FactorySupplier?

Is the Single Responsibility Principle applicable to functions?

Builder Design Pattern : Accessing/Passing model data to/in Concrete classes

c# asp.net design-patterns

Deleting caller object safely within a callback function

c++ oop design-patterns

Typesafe method for retrieving data of unknown type through interface

Is it good practice to use attributes just to mark html elements?

html design-patterns

Two different Inheritance-chains without breaking the DRY-principle

Redux - Modeling state of a complex graph and triggering multiple updates and side-effects in response to a single action

How to call VRInput Class Events (OnClick, OnDoubleClick, ...) from another Class?

Generic class with two class hierarchies

How do you use Presentation Model with Webforms?

Using an ObservableCollection<T> with Background Threads

Wrapping objects to extend/add functionality while working around isinstance

python design-patterns

Patterns for using EntityFramework?

Using nullable types in public APIs

c# design-patterns

Iterating over a list of types

design-patterns oop

How to convert/translate information?

java design-patterns map

When is factory method better than simple factory and vice versa?

design-patterns oop