8
shouts

Testing Your Javascript « Yet Another WebDev Blog

posted by http://hboss.myopenid.com/http://hboss.myopenid.com/ 257 days, 12 hours, 42 minutes ago
Friday, July 03, 2009 11:34:50 AM GMT

I’ve noticed that there has been a lot of talk lately about TDD, or Test Driven Development. Personally, I see it useful in certain areas and not so much in others. But, one thing that I’ve found TDD really great for is Javascript libraries, or really any dynamic language for that matter. Dynamic languages have a chance of being altered by anything at anytime. It makes them particularly difficult to debug, which makes Javascript libraries ideal for testing.

category: Ajax | clicked: 1 | | source: somewebguy.wordpress.com | show counter code
tags: JavaScript, TDD, Test Driven Development