Stop Memorizing Commands: Use Task Runners for Common Coding Tasks

Ham Vocke shares a practical tip for developers juggling multiple codebases: standardize common tasks like building, testing, and formatting with task runners. He compares four approaches—bash scripts, Make, just, and mise—showing how each can provide a consistent interface across projects. The post includes code examples and highlights the benefits of muscle memory and reduced cognitive load, making it a quick win for any developer's workflow.
I don't want to remember any of this. I want to be able to say “build the code”, “lint it”, “format it”, “run migrations”, “install dependencies”.