Overview
How much code have you thrown away in your career? Did you ever ask yourself why? What is it that makes my code too complex to maintain? How often should I refactor my code and why? How exactly do I go about doing it? What else can be done so that my code is robust and lasts for longer than before? How can I improve my skills to enhance my JavaScript code as well as my AngularJS code?
In this talk, Matias will teach you how to craft JavaScript and AngularJS code in such a way that it is easier to reuse and modify. He will teach you solid programming techniques of how to decouple, refactor and organize your code as best possible to achieve higher levels of flexibility and how to maintain code quality by crafting strong tests.