Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

"AsyncFuture<T>" or what? Future<T> obtained in a background thread -- is it a pattern?

Repository pattern with lazying loading using POCO

Implementing search functionality with multiple optional parameters against database table

What design pattern is Codeigniter using?

Good or Bad OOP? [closed]

Is there any difference between this two JavaScript patterns?

Composition, how do you know when to stop? [closed]

Design patterns to facilitate these behaviours (audit trail behaviour and undo)

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?