We also create tests to cover bugs to prevent regressions.
Poll: What proportion of start-ups/non-start-ups use automated unit tests/TDD?
11–20 of 41 posts
Re: Poll: What proportion of start-ups/non-start-ups use automated unit tests/TDD?
#12I think production code absolutely needs good test coverage, otherwise changing things is a nail biting affair.
Re: Poll: What proportion of start-ups/non-start-ups use automated unit tests/TDD?
#13I've admitted on a few occasions that I've never written a unit test for anything. This is something I keep meaning to change, if only I could find the time. For the time being, I can still keep the code dependencies and side-effects in my head so it has yet to cause any serious issues. I still slap my own hand, though.
Re: Poll: What proportion of start-ups/non-start-ups use automated unit tests/TDD?
#14Re: Poll: What proportion of start-ups/non-start-ups use automated unit tests/TDD?
#15I've admitted on a few occasions that I've never written a unit test for anything. This is something I keep meaning to change, if only I could find the time. For the time being, I can still keep the code dependencies and side-effects in my head so it has yet to cause any serious issues. I still slap my own hand, though.
You and I both suffer from SDS: single developer syndrome.
The time you "lose" on the frontend of development is made up on the back.
Re: Poll: What proportion of start-ups/non-start-ups use automated unit tests/TDD?
#16Re: Poll: What proportion of start-ups/non-start-ups use automated unit tests/TDD?
#17Re: Poll: What proportion of start-ups/non-start-ups use automated unit tests/TDD?
#18I've admitted on a few occasions that I've never written a unit test for anything. This is something I keep meaning to change, if only I could find the time. For the time being, I can still keep the code dependencies and side-effects in my head so it has yet to cause any serious issues. I still slap my own hand, though.
The asinine thing about this is that unit testing saves a massive amount of time in the long run. In the short run, even, it saves time.
You're really shooting yourself in the foot.