Friday, February 8, 2013

Writing Testable Frontend Javascript

It's said that a program without tests doesn't exist. Adding code often creates as many bugs as features.  Just now I found an excellent, concrete article that makes it much easier to test dynamic web pages like ours:

https://shanetomlinson.com/2013/testing-javascript-frontend-part-1-anti-patterns-and-fixes/

No comments:

Post a Comment