Replying to @coderbyheart

We also want use unit tests to document to assumptions / limitations of the
solution that was developed.

Tue, 18 Oct 2022 15:00:09 UTC2

1 reply

Replying to @coderbyheart

I am mostly an outside-in-TDD fan, write code using wishful thinking, and
surround that with failing tests, then write the implementation. That way you
only write the tests you need to ensure your intentions are correctly
implemented.