New posts in design-patterns

Model-View-Presenter in WinForms

Why use a singleton instead of static methods?

Why all the Active Record hate? [closed]

Fat models and skinny controllers sounds like creating God models

Mediator Vs Observer Object-Oriented Design Patterns

A way of casting a base type to a derived type

tar: add all files and directories in current directory INCLUDING .svn and so on

Instantiate an object with a runtime-determined type

Are utility classes evil? [closed]

Why would one use the Publish/Subscribe pattern (in JS/jQuery)?

Java - Learning MVC [closed]

When to use which design pattern? [closed]

Best way to organize jQuery/JavaScript code (2013) [closed]

In MVVM model should the model implement INotifyPropertyChanged interface?

Repository Design Pattern with Dapper

What is the point of the finally block?

Double dispatch in C#?

What is the difference between Strategy pattern and Dependency Injection?

Large Switch statements: Bad OOP?

Singleton pattern in nodejs - is it needed?