Summary
Learn how to write code that is simple, readable, understandable, maintainable, and testable.

Abstract
Clean Code is a philosophy of writing code for the reader of the code rather than for the author or for a machine. Writing clean code is extremely important because of the high maintenance cost associated with messy code. In this session, you will learn from industry experts what makes code clean. In addition, you will learn how to write reader-centric code that is simple, readable, understandable, maintainable, and testable.

Resources