From the course: Agile Software Development: Clean Coding Practices

Clean code definition

From the course: Agile Software Development: Clean Coding Practices

Start my 1-month free trial

Clean code definition

- [Instructor] What Is Clean Code? In this course, clean code is code that's written with humans in mind, it uses names that are easy to understand, it's formatted consistently, and most importantly, it clearly communicates its intent. Clean code is easier to read, easier to improve, and easier to fix than messy code. Clean code practices are not limited to programs that run in production. It's important for test code to be clean, as well.

Contents