Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

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

Long list of if statements in Java

Why all the Active Record hate? [closed]

Real World Example of the Strategy Pattern

Mediator Vs Observer Object-Oriented Design Patterns

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

linux bash design-patterns tar

Utility classes are evil? [closed]