Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in strategy-pattern

Design Patterns - Strategy Pattern

Can't call static method from class as variable name?

Trying to understand the wikipedia strategy pattern example using new Func<int, int, int>

Combining Strategies in a Java Strategy Pattern

How can I use a static method as a default parameter for the strategy design pattern?

Inversion of Control, Dependency Injection and Strategy Pattern with examples in java

Design pattern: avoid switch to decide which service call

Replacing if/else logic with state/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?