Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 477 Bytes

whystrategypattern.md

File metadata and controls

11 lines (7 loc) · 477 Bytes

Why does BBT.StrategyPattern exist?

Introduction to BBT.StrategyPattern, what problems are solved and how it is distinctive from other implementations of strategy pattern.

BBT.StrategyPattern is a generic implementation of the strategy design pattern.

Features

  • Support the usage of strategies with no need to implement specific strategy factories
  • Provide a generic strategy provider based on generics
  • Introduce strategy categorization based on generic parameter