Embrace Refactoring - Clean Code Takes Time
[!INFO]-
topic: ๐งน Clean Code
links: Clean code - write your code like an author writes a story
source: Clean Code | Udemy
tags: #permanent-noteย #published
Last Modified:
=dateformat(this.file.mtime, "MMM. dd, yyyy - HH:mm")
When trying to write clean code, this is always a process. You write feature A, then you start feature B and suddenly realize that you can adjust something in A and so on. This is a totally normal process. Embrace Refactoring.
Writing clean code will help you eventually. While dirty code is written down quicker, debugging, maintaining and even understanding it will take much more time. So while clean code takes more time at first, this will pay off later down the line.
Refactoring today saves you work tomorrow