Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

Model-View-Presenter in WinForms

What is the point of accept() method in Visitor pattern?

Design Principles, Best Practices and Design Patterns for C (or Procedural Programming in general)? [closed]

Are there any "design patterns" in C? [closed]

c design-patterns

Dependency Injection & Singleton Design pattern

adapter-Any real example of Adapter Pattern [closed]

Are there any viable alternatives to the GOF Singleton Pattern?

design-patterns singleton

Visitor pattern's purpose with examples [duplicate]

Why is Singleton considered an anti-pattern? [duplicate]

Any patterns for modelling board games? [closed]

design-patterns

Difference between dependency injection and dependency inversion

Javascript: best Singleton pattern [duplicate]

Factory pattern in C#: How to ensure an object instance can only be created by a factory class?

c# design-patterns oop factory

ASP.NET MVC - Should business logic exist in controllers?

Abstract class vs Interface in Java

Architecture of a single-page JavaScript web application?

What components are MVC in JSF MVC framework?

NOT using repository pattern, use the ORM as is (EF)

Why use a singleton instead of static methods?

Fat models and skinny controllers sounds like creating God models