logoalt Hacker News

e12etoday at 4:26 PM1 replyview on HN

> TDD dogma of only writing code to fix broken tests.

Isn't red-green-refactor pretty ingrained in TDD?

Only write code to make a failing test pass; then refactor while making sure the tests still pass?

Then write a test that fails, repeat?


Replies

pjmlptoday at 6:07 PM

Now do a games engine with that approach regarding shaders and the desired visuals.

show 1 reply