Poll: What proportion of start-ups/non-start-ups use automated unit tests/TDD?
1–10 of 41 posts
Re: Poll: What proportion of start-ups/non-start-ups use automated unit tests/TDD?
#2I still slap my own hand, though.
Re: Poll: What proportion of start-ups/non-start-ups use automated unit tests/TDD?
#3I'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?
#4Re: Poll: What proportion of start-ups/non-start-ups use automated unit tests/TDD?
#5I don't think that's optimal, but that's the way it is, and due to time constraints a major refactoring of all the code I have running is not on my to-do list anytime soon.
Re: Poll: What proportion of start-ups/non-start-ups use automated unit tests/TDD?
#6Re: Poll: What proportion of start-ups/non-start-ups use automated unit tests/TDD?
#7Now on my next site (http://www.beepmystuff.com) I've got many unit tests and I'm much more confident when I make large changes.
The two site share a lot of code so the first is benefiting from the second getting a bit on TLC.
Re: Poll: What proportion of start-ups/non-start-ups use automated unit tests/TDD?
#8I upvoted the first option then realized I needed to upvote all of them. I have and will continue to confirm to each as the situation calls and allows.