Clean Coding Techniques: Functions Type Checking Error Handling & Testing

placeholder

Clean coding means better code through often rigid standards. Explore clean coding through the use of functions error handling testing and other best practices. In this course you will get introduced to function naming arguments parameters subdivision conditionals global functions abstraction levels exception handlers type checking namespaces and object naming best practices. Learn that functions should only perform one action to avoid unintended side effects on the rest of your code. Finally as a review exercise you will describe clean coding best practices as they relate to function names function parameters exception handling and the definitions of objects and functions.