Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

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

Automatic Proxy Class

google's soa architecture - Aggregating content for google's web user interface

Design pattern to use in Preview mode?

Trouble with Decorator pattern, iOS / UICollectionViewCells

Should a Model class (in MVC) use static method or instance method?

What is the naming convention for the Factory Method?

How to initialize a circular dependency (final fields referencing each other)?

Visitor Pattern: Should the visitor or the visited object decide the visiting order?

Should Entities in Clean Architecture know of persistence mechanisms?

How to swap a resource file path for a test file during unit testing?

Looking for a design pattern to replace huuuge if on object Type

Pattern to build a large hierarchy of objects

How to write a Large WinForms application?

winforms design-patterns

typedef inheritance from a pure abstract base