Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

Motivation for Simple Factory and Factory Method Pattern

Designing a clean/flexible way for a "character" to cast different spells in a role playing game [closed]

c# design-patterns

Is Object Literal Instantiation faster than setting properties? [duplicate]

single-element enum type singletone with lazy loading capability

Protocols: Why is @ObjC required for conformance checking and optional requirements?

Functional Programming: How to handle exceptions in Functional Programming or what is its equivalent

Do the `if __name__ == "__main__": ` like idioms have a name of design pattern?

What the best practices to place ads in a website?

Eclipse console: detect warning and error patterns and make them clickable

ASP.NET MVC - Should I use the Repository Pattern to write ViewModels to the database or convert them to Models first?

design patterns used in STL(standard template library)

c++ design-patterns stl

How to auto generate Decorator pattern in C#

Java JDBC vs JPA for database application [closed]

java design-patterns jpa jdbc

Bad OOP to have lots of classes with only 1 or 2 methods

oop design-patterns

Policy Based Design C++ Questions

When should you really use the visitor pattern

How do I implement removeable listeners when they're passed as lambdas or method references?

java design-patterns

Design pattern for Core Data iPhone App

Is too many params in a constructor for a factory a code smell? [closed]

java design-patterns

Enforcing call to parent method

php oop design-patterns