Slides from my JavaScript TDD presentation
Last night I gave a presentation to the local Ruby user group in Oslo on tools for supporting test driven development in JavaScript.
The slides
The slides can be found over on Slideshare. I don't give presentations very often, and so don't have any specific workflow for creating slides and such. When throwing these together, I made a quick search for easy slides, and ended up at 280slides.com. Let me tell you; 280slides.com is an awesome service.
The code
The slides themselves aren't really all that interesting without the examples: The code is available on Gitorious. Mind you; the code samples here are not the most important, and I have not spent endless hours thinking these up. The point of the presentation was first and foremost how to do unit testing in JavaScript, as opposed to best practices, testing practices and so on.
Hope this can be of help to anyone!
Comments are closed