Replace conditional logic with strategy by Python with PyCharm - v2

Опубликовано: 21 Октябрь 2024
на канале: Joey Chen
844
7

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 repl...  
C#:    • Replace conditional logic by polymorp...