My Logs.

Building. Thinking. Writing.

Go back

Delete More Code

1 min read Edit page

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.


Edit page