I am a newbie to OO and TDD. most of the talk/videos on TDD that I have run across talks about calculators or some other mundane tests
Calculators? Can I roll out a calculator App and make money?
with TDD i am spending more than half my time coming up with tests for erroneous input(basically)
I come from a procedural world. I have been able to construct a Windows App that is dynamically constructed(No Draggy and Droppy like Scott Bellware calls it) without TDD in a short order. I just dont't see the point of TDD. If I as a developer know the Specs and in my mind think thru all the paths and DUMB user input, I can come up with a solution without the following TDD Tests
IF_THE_INPUT_IS_ZERO_THAN_THROW_AN_EXCEPTION
anyone with me?????
