Link Details

Link 136531 thumbnail
User 252611 avatar

By Thierry.Lefort
via javaworld.com
Published: Nov 25 2008 / 17:28

I became a programmer so that I could spend time creating software by programming. I don’t want to waste my time managing low-quality code. Does your code work the first time your test it out? Mine certainly never does. So if I hand over the code to someone else, I’m sure to get a bug report back that will take up my valuable programming time. This much is obvious to most developers. However, it also means that I don’t want to have to go thought a long manual test myself to verify my code.
  • 18
  • 1
  • 1251
  • 489

Comments

Add your comment
User 236066 avatar

voytechs replied ago:

0 votes Vote down Vote up Reply

I agree. jUnit test cases a life blood of my programs now. I write hundreds of test cases for everything and run them frequently. The feedback you get all your tests pass after you've been changing the code is invaluable. Ecplise also makes it so easy to write test cases and execute them, its the best thing ever.

Add your comment


Html tags not supported. Reply is editable for 5 minutes. Use [code lang="java|ruby|sql|css|xml"][/code] to post code snippets.