Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

Design pattern for extending Android's activities?

android design-patterns

How do you code up a pattern matching code block in scala?

Are there any libraries for parsing "number expressions" like 1,2-9,33- in Java

Active Record Design Pattern?

Design solution needed for Validation scenario

Dummy implementation design pattern name

java design-patterns naming

Why/Where/When should I do this? (enclose js code inside a function and then execute it) [duplicate]

Is the use of blank interfaces a bad design?

design-patterns interface

Renaming implemented methods for Observer pattern in Java

chain-of-responsibility handler with java generics

Storing historical data with Java and Hibernate

Complex view setup in UIVIew or UIViewController? (Design decision)

Same class implement, just only different parent, how to deal with this?

c# .net design-patterns

Creating a modular and organized javascript heavy website

Should the program logic reside inside the gui object class or be external to the class?

When to choose Strategy over polymorphism when refactoring switch statement

.net default event handler

c# .net design-patterns

Why use Singleton Pattern?

Design pattern suggestions for syncing multiple-user data in an online game in real-time

Techniques to expose multiple Interfaces (via static creation methods)