Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in strategy-pattern

Is this a decorator or a strategy pattern, or neither of the two?

Is 'Strategy Design Pattern' no more than the basic use of polymorphism?

Template Method and Strategy design patterns

Strategy Design Pattern, Generics and TypeSafety

Composite Strategy pattern - java - How bad is this code?

Trying to implement a kind of traveller algorithm in Java

Best way to do this generic abstract class in c#?

Is there a good way to avoid unused method parameter in some of the subclasses while applying strategy pattern?

When and How Strategy pattern can be applied instead of decorator pattern?

How to implement Strategy Pattern in Go?

Node.js - create object of class name specified in variable

Strategy Pattern with Different parameters in interface (C#)

Varying parameters in strategy pattern

Unity Resolve Multiple Classes

strategy pattern in C#

Difference between Strategy Pattern and Adapter

Should the strategy pattern be stateless?

Bridge- vs Strategy-Pattern

Strategy Design Pattern- choosing between strategies with counters