IT/디자인 패턴

Strategy Pattern

토니당 2020. 2. 28. 16:17
반응형

Strategy pattern is useful when we want our application to be flexible. Made up of strategy and context.

Source code : https://github.com/Tonyzorz/DesignPatterns/tree/master/bin/behavior/strategy

반응형