Build a feature by writing tests first

Writes a failing test that captures the requirement, then builds the minimal code to pass it, then refactors for clarity. Keeps you from gold-plating.

Best for: Engineers who want to ship faster by getting the requirements right before writing code.

Engineering / planning-thinkingatomicfor-engineersexecutionno-setup

Source

Creator's repository · mattpocock/skills

View on GitHub

License: MIT