Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

iOS Design Pattern equivalents when coming from a C#/Java world?

Repository or Gateway pattern in Ruby

To use Active object or not?

What pattern should I use to express a Hierarchical Enum?

How do you securely save an order in the cloud, if you can't verify payment from the cloud?

Generic Vs Dependency injection

Is it possible to make an object expose the interface of an type parameter?

Codeigniter design patterns

Lazy loading Pattern with Typescript

Does the Facade Pattern violates the SOLID principles?

Why aren't constants used for events in Node.js?

Should I take `self` by value or mutable reference when using the Builder pattern?

A Bridge Pattern example

java design-patterns bridge

I still don't get MVVM!

wpf design-patterns mvvm

Using the "Single Responsibility Principle" forces my containers to have public setters

Presentation-abstraction-control explanation

design-patterns

Factory Pattern, Another Pattern or no pattern at all?

Properly using the singleton design pattern

how to secure dll functions from being used outside of my application?

How can I implement a lazy-evaluated stateful class with internal dependencies in Java?

java design-patterns