Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

Design pattern for software updates

Java library to return a List<File> for glob or Ant-like pattern "*foo/**/*.txt"?

How to avoid class self-use

Techniques for object-oriented or modular file and data I/O?

DB design without passing around jdbc

Java generics - too complicated? How to simplify?

Introducing an IoC Container to Legacy Code

AI program to generate paragraph pattern

JSON Object passed to External JavaScript - Cool Technique

Builder Pattern and Persistence

ASP.NET MVC: Authorization inside an Action - Suggested Patterns or this is a smell?

Coding myself into a corner

java design-patterns oop

How do I simulate anonymous classes in C#

Discount strategy in shopping cart and orders

C# unusual inheritance syntax w/ generics

How do I pause during execution, save state, and continue from same point later on?

c# design-patterns

Design Patterns Used in CakePHP

oop design-patterns cakephp

Command Design Pattern - Is Invoker Optional?

Type safe enum pattern implementation with generics

Should I validate inside DDD domain project?