We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this questionAre there any screencasts that would dive deeply in writing testable JavaScript code?
Also explaining practices, tools, etc.Preferably something well polished and presented as PeepCode's ones.
Have a look at this video from NDC 2010. It might not cover all your requirements but it was a good starting point for me.
I found that PeopCode's Backbone screencast series to be a good one.
It does indeed show how you can do unit-testing apart from other stuff.
After this question was posted, there was a talk about writing testable JavaScript at Full Frontal 2012.
The author also wrote the #1 google hit: Writing Testable JavaScript · An A List Apart Article.
精彩评论