·Programming
Module 3 Lesson 10: Refactoring Code
The art of cleaning up your code. Learn how to identify 'code smells' and rewrite your logic to be more readable without changing how it works.
2 articles
The art of cleaning up your code. Learn how to identify 'code smells' and rewrite your logic to be more readable without changing how it works.
Going from 'it works' to 'it's good.' Learn the best practices for writing functions that are reusable, testable, and clean.