Idea: Innovation or absurdity regarding phoenix testing

What I do when a piece of software is too complicated to write at once is as Lamport says:

The whole text is a highly recommended read https://archive.li/2zZKy#selection-335.0-335.409
Testing follows after writing specs and code. That can be an IO.puts / console.log till an end to end test, whatever I think gives me the most return of investment. I never felt the need for a unit test suite with x percent coverage to get enough confidence (hence maybe Robert Virding’s renaming TDD to terror driven development Is TDD Dead? - #2 by rvirding).

1 Like