by Nick
Saturday, April 14, 2012 9:21 AM
Thanks to everyone who came out to the Twin Cities Code Camp, where I was among many speakers. This event is huge, and the organizers did a great job, not just with logistics but also in pulling together a lot of great topics, and excellent speakers. For those who came to my presentation, the source for my demo code can be downloaded here. You can also view my presentation as well:
One of the coolest part about speaking at an event like this is when people come up to you afterwards with information on your topic that you don't know. After my talk, someone asked about integrating Code Coverage, and he showed me JSCoverage, which I'd never heard of before. It doesn't look like its being actively maintained any more, but it certainly looks interesting, and still worth a look to see if we can use this to bring first class Unit Testing practices to Javascript. I'll definitely be looking at it in detail to see if I can incorporate it into this presentation, and especially to pull it into our practices where I work.