Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

Decorator pattern and C#

How to avoid short-circuited evaluation in JavaScript?

Decorator Pattern : Why do we need an abstract decorator?

java c# design-patterns

Is it good or bad practice to design your code to treat an empty collection and a null value differently? [closed]

What are the list of Patterns and Principles a programmer must/should know?

Having one interface with lots of virtual methods? Or having many interfaces with only 1 virtual method?

Event Sourcing and CQRS, What did I miss?

How to compare two distinctly different objects with similar properties

What design pattern will you choose?

c# java design-patterns class

expected initializer before ‘*’ token

c++ design-patterns

Can you hide data in text?

Design Pattern for a multi-step algorithm

c# .net design-patterns

Use Case with 2 ways for the same action

Additional try statement in catch statement - code smell?

When should developers read and learn about design patterns?

design-patterns

Php design patterns

Why does ICollection<T> implement both IEnumerable<T> and IEnumerable

Should constants ever be placed in an interface?

java oop design-patterns

How to do Sentry pattern in C#?

c# c++ design-patterns

How to deal with monstrous Struts Actions?