Write tests before the code

Converts a feature request or bug report into a suite of test cases that define the expected behavior, catching edge cases before implementation starts.

Best for: Engineers building features or fixes who want fewer regressions and clearer specs.

Engineering / planning-thinkingatomicfor-engineersplanningno-setup

Source

Creator's repository · flutter/skills

View on GitHub

License: BSD-3-Clause