You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ZGGSONG d664dd3934
feat: add strategy
2 years ago
..
README.md feat: add strategy 2 years ago
strategy.go feat: add strategy 2 years ago
strategy_factory.go feat: add strategy 2 years ago
strategy_factory_test.go feat: add strategy 2 years ago
strategy_test.go feat: add strategy 2 years ago

README.md

策略模式

"因为,当不同的行为堆砌在一个类中时,就很难避免使用条件语句来选择合适的行为。将这些行为封装在一个个独立的 Strategy 类中,可以在使用这些行为的类中消除条件语句。"---《大话设计模式》