Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

Structure to run x first vs y first on 2d array

C#, Castle Windsor and The Composite design pattern

Filtering with truth tables

How can I reference a super method in a Java class that implements an interface but does not extend another class?

Splitting a large PHP class

How to integrate Template published as web applications with the web applications that use this wrapper?

Is there a pattern for propagating details of both errors and warnings?

Force Singleton Pattern on a Class implementing an Interface

Design pattern question for maintainability

c# design-patterns

Why represent shopping carts and order invoices differently in a domain model?

Design pattern and UML

design-patterns uml

Designing a User Access/Permissions class

Java Decorator Pattern: Can I decorate a protected method?

What are the advantages of splitting a string to initiliase a javascript array? [closed]

Role Object pattern question

jQuery design pattern for selectors to improve code maintainability?

Zend Framework application design - should session variables be accessed in the Model layer

How to resolve class type using enum

c# oop design-patterns

Is there a better design option?

Interfaces for Command Pattern in Java