Hacker News new | ask | show | jobs
by toby_tw 1693 days ago
Why don’t you just write this down into a checklist? Why codify it?

You need the interpreter to run it.

It’s less accessible to non technical people.

Actually running the script is an extra step that’s not needed.

This feels like an engineer overcomplicating something.

2 comments

I immediately recognized this as a nice scaffolding to start the automation process of a slog task. There's lots of things that are difficult to fully automate. But breaking it down into step by step functions, you can identify and automate the low hanging fruit.

Then maybe you could request some help with the ones that are a stretch for you to automate yourself.

It addresses the false dichotomy between checklist and full automation. Documentation loves to spawn future copies and variants, while scripts tend to remain single-source.