Today I Learned - Rocky Kev

TIL The Boyscouts Rule

POSTED ON:

TAGS:

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.

medium blog


Related TILs

Tagged:

TIL NPM Audit Fix

Update your security packs

TIL that JS has 8 data types

JS you so crazy

TIL The Boyscouts Rule

Always leave the code you're editing a little better than you found it. - Robert C Martin (Clean Code)