Software Engineering with Python part 4: Maintainability
Code something everyone -even you- are able to understand and mantain later
5 min readMay 26
--
In this series we already covered the basics of code formatting in the first article, then we talked a little bit about modularisation where we checked the benefits of writing modules, and Classes. Now let's work on Maintainability!