Replace conditional logic with strategy by Python with PyCharm

Опубликовано: 08 Апрель 2026
на канале: Joey Chen
189
7

Because of I miss extract product.size(), if you want to know how I did it, please watch this video:    • Replace conditional logic with strategy by...  

1) GitHub repository with commit history: https://github.com/tdd-best/strategy-...

2) TDD & Refactoring training: https://tdd.best/courses/tdd-continuo...

3) Other language version:
Java :    • refactoring: use polymorphism to replace s...  
C#:    • Replace conditional logic by polymorphism ...