Clean Code

Clean Code in Python

Traits of clean code Our code is the most detailed representation of the design. Our ulitmate goal is to make the code as robust as possible And, to write it in a way that minimizes defects or makes them utterly evident, should they occur. Maintainability of code, reducting technical debt, working effectivley in agile development, and managing a successful project. Code Structure Principles and Error Handling Code Structure Principles Dividing Code by Responsibilities Some parts of software a meant to be called directly by users and some by other parts of the code.