Test Driven Development in CoffeeScript
Jiří Knesl
Development Room, fri 23rd sep 12:00
40 min., cs
If you program in Javascript, your work will be improved on two levels. First, I will teach you CoffeeScript and second you'll come away knowing bare minimum for writting tests in Javascript or CoffeeScript.
CoffeeScript is a language that makes Javascript digestible, fun and usable. It shortens the source code by a third and increases it's legibility.
Writting tests has gradually taken to all platforms and languages. And it is coming even to Javascript. If you still don't write tests, learn how to.