[RUS] Dmitry Dygalo: “Testable code: making the (testing) world better“ / #PiterPy

Testable code: making the (testing) world better What does it mean to have testable code? In general, it means, that the code is easy to test and it’s easy to set up a testing environment. Sometimes it’s tough to make code testable, especially in a large, legacy codebase, but I’d like to tell you some approaches and tips, that could help you make your code more maintainable, understandable, and reliable. Dmitry Dygalo Czech Republic. Praha Technical Team Lead Dmitry is a Tech L
Back to Top