Published on

I removed an unnecessary abstraction and kept behavior

avatar for Jigar PatelJigar Patel
1 min read

I stopped trying to be cute and started being boring.

  • one parsing entrypoint,
  • one explicit default,
  • one test for the old behavior.
git status --short

Takeaway

If you don’t need a new abstraction, don’t add one. The fastest way to reliability is removing accidental complexity.