TIL The Boyscouts Rule
POSTED ON:
TAGS: basics
Always leave the code you're editing a little better than you found it. - Robert C Martin (Clean Code)
Your goal isn't to add more smelly code.
As you add new features/solve bugs - try to find opportunities to clean up too and remove the rot. As more developers (who follow this method) continue to come in and squash bugs, we make the entire project cleaner, bit by bit.
Related TILs
Tagged: basics