Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

Concurrent access of Singleton in java

Categories or Partial Classes: Pattern to Resolve "God Object" Code Smell?

Drupal 7: Pathauto hierarchical taxonomy terms pattern

Why play framework simply throw a new Render in controller class

What design pattern am I using?

design-patterns

Error in Implementing singleton pattern

How can I make an object available to all classes in my project without including it as a field?

java design-patterns

Using Service layer classes in ViewModels. A Design Flaw?

Can't create instance of class in Java: "X() has private access in X"

Reflection in Factory a Good Practice?

c# design-patterns factory

Sorting Algorithms - Methods

How avoid 'If cascade' and type casting by using polymorphism?

Automatic generation of immutable class and matching builder class of a Java interface

Should I keep design patterns terminologies? [closed]

oop design-patterns

Java decouple database manipulation code & make it testable

Which design pattern is recommended when implementations only differ in a single method?

How to restrict a DU/ADT to certain case identifiers/value constructors

haskell design-patterns f#

Does Immutability and Singleton solves the same purpose?

How to get rid of instanceof check when using inheritance?

How to we call multiple optional functions in one line?