Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

High level design pattern for image editing tools

Comparison of Specification Pattern, Func<T,bool> Predicates and Pipes & Filters

Web Applications: Allowing super users to impersonate other users - Is there a design pattern for this?

Architecture for database-aware Application

How to implement decorator pattern for Java class with protected methods

java design-patterns

How should a Model get passed into the ViewModel?

c# design-patterns mvvm

Can I somehow tidy up this (overuse?) of generics?

What alternatives are there to modelling complex behaviour with finite state machines? [closed]

Static method to create an object instead of constructor

What alternatives are there for Repository Pattern and UOW with EF 5 and above

How to avoid downcasting while having interface and base classes?

c++ design-patterns

What is this the name of this Java state-based design pattern?

java design-patterns

What are the scenarios one should use isRequired for PropType vs defaultProps in React Application

Application specific implementation of a class method

Is there a specific way to give a certain subclass some functions of the superclass?

Elegant way to prevent circular events in MVC?

Challenges and Best Practices for Failing Over Services

Model View Presenter and Composite Views

How can I convert a text-file outline list into a recursive collection of objects?

Program Structure Design Tools? (Top Down Design)