Shawn Wildermuth's Rants and Raves

Thanks for visiting my blog! See more about me here: About Me

Why is DOM-Centric JavaScript Hard to Test?
Why is DOM-Centric JavaScript Hard to Test?
February 7, 2014

While producing my recent course on Large Scale JavaScript, I was digging into the testability of JavaScript. So much of the JavaScript I see out there continues to be jQuery driven, DOM-centric JavaScript.

Sure, many of my readers are moving towards AngularJS, Ember and other client-side libraries that encourage modularization, testability, and separation of concerns, but not all web developers are. Ultimately we need to test our JavaScript no matter what the nature of it is.

In this video excerpt from my course, I discuss why DOM-Centric JavaScript is so difficult to test:

Do you agree?