Software that yells at me

I’m naturally disorganized, so I rely on tools to help me out.

Having a strict linter is fine, but having a good editor config that fixes all the fails it finds and gets out of my way is better.

But if a deployment fails, will I be bothered to check if it succeeded?

No. Everything needs to light up red, and I need an email, a text message, and a slap for committing a wrong path in the production Dockerfile.

So, I automate as much as I can so that I don’t need to rely on “being organized” not to make mistakes.

Yours,

Taj

All writing