Remix.run Logo
n0w 7 hours ago

Code is a specification. You cannot have a program unless you specify how it works.

SideburnsOfDoom 5 hours ago | parent [-]

And TTD would say "start with a failing test, it is an executable specification for the code that you will need to make it pass. Then make it pass, then refactor to make nice code that still passes all tests - red, green, refactor under tests"