Linked by Thom Holwerda on Thu 25th Mar 2010 22:20 UTC
Thread beginning with comment 415341
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[2]: where is the python script?
by reez on Fri 26th Mar 2010 10:46
in reply to "RE: where is the python script?"




Member since:
2006-01-12
Better way would be learning TDD(test driven development) and using tools like Pex(look Microsoft research) when you program. I'm shocked how few people actually use something simple as TDD as principle on coding. It is so much easier find bug using white box testing than black box testing.