Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

Using The Repository Pattern, Is It Best To Save Parent and Children Objects Together Or Separately?

Password hashing etc in Service Layer or Repository?

Architecture of very complex php applications?

OO design patterns for multi-threaded synchronisation

How to design authentication in a thick client, to be fail safe?

Design pattern to refactor switch statement

How should my model look like?

Java Map anti-pattern?

Validation Design Pattern

Is a car with a bumper sticker subclass of a car?

PHP OOP: business logic layer - DB layer

php oop design-patterns

Dynamic validation using custom rules

Best way to build a factory

Command object pattern wannabe or the real thing?

c# design-patterns

Method to limit potential values of an Enum

java oop design-patterns enums

How to subclass a Singleton in PHP?

Where should class Interfaces be placed in a .NET class library? [closed]

Card Game Player Class OOP Design

java oop design-patterns

Static variables with John Resig's simple class pattern?

Is this bad OO programming? Passing this down through methods