Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

friend class with limited access

c++ design-patterns

Generic Singleton<T>

Why do we need to use the builder design pattern when we can do the same thing with setters? [duplicate]

java design-patterns

Expose private variables in Revealing Module Pattern

Why use static method in PHP's laravel model class?

Design Patterns for Data Access Layer

Find First Specific Byte in a Byte[] Array c#

Javascript immediately invoked function patterns

Where is the benefit in using the Strategy Pattern?

If I have limited time to learn a few design patterns, which ones should I learn?

design-patterns oop

What is the best way to marshall data in/out of the plug-ins?

What is a proper implementation of the IAsyncResult interface?

Advice on POCO Validation with ASP.NET MVC/Entity Framework

C++ design, how to represent different stages of a protocol with objects

c++ design-patterns

Where do operations on models belong in Application Design Patterns?

To what extent modern C++ obviate the need for design patterns? [closed]

c++ design-patterns

Implementing the Producer/Consumer Pattern in C#

Looking for ideas how to refactor my algorithm

DDD: Where to put persistence logic, and when to use ORM mapping

Designing a questiion-and-answer system that is flexible and efficient