Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

Confused about strategy design pattern

Singletons In Swift

How do I save data from multiple services in angular 2 across an entire application?

Should serialization logic be in the entity or other class

Design to avoid type casting in derived classes?

c# .net 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?