The best code is no code at all.
Every line you write is a line that needs to be:
- Understood
- Maintained
- Tested
- Debugged
Before adding a new dependency, ask: “Can I solve this in 10 lines instead?”
Often, you can.
Simplicity scales. Complexity doesn’t.