Don't Repeat Yourself
Every piece of knowledge must have a single, unambiguous, authoritative representation within a system
WET
Write Everything Twice. We Enjoy Typing. This is a flawed approach. Code should be synced in one place, not duplicated.
Why DRY is the most over-rated programming principle
I figured I'd kick off my new blog with the most click baity thing I could think of. I suspect any developer reading this is aware of the DRY principle because it is just so ubiquitous.
https://gordonc.bearblog.dev/dry-most-over-rated-programming-principle/

Seonglae Cho