I do not write tests. Am I stupid?

Posted by Josh Stodola on Stack Overflow See other posts from Stack Overflow or by Josh Stodola
Published on 2009-08-07T22:34:45Z Indexed on 2010/03/31 11:03 UTC
Read the original article Hit count: 347

Filed under:
|
|

I've done a little bit of reading on unit testing and TDD, and I've never seriously considered writing tests to such a precise extent. Granted, I am not working on any projects that are ridiculously huge. If all I build are small apps, am I stupid for not writing tests?

Edit: To clarify, when I say "small apps", I mean apps that are not going to control a persons life and/or their belongings. I generally build things that are supposed to make peoples lives easier and to make them more efficient.

© Stack Overflow or respective owner

Related posts about TDD

Related posts about unit-testing