This talk was given at ViennaJS November 2015 by Julian Krispel-Samsel.
It’s impossible to write software that doesn’t break. The more complex software gets, the bigger this problem.
Since JavaScript has become a ‘serious’ programming language, modern web applications have also become more complex and hence more likely to blow up. You want to avoid that and catch bugs before they go live.
This talk isn’t about what tools to use to test your code. Instead we’ll be focusing on the concepts of unit testing and how testing will make you a better developer in general.
This great talk was held by Julian Krispel-Samsel at the monthly ViennaJS meetup in Vienna.