Monday 11 March 2013

JavaScript FTW: Episode 2: Classes and Inheritance (and why it matters!)

As we discussed last time, if we have code that's disorganized and difficult to debug, coding performance and scalability optimizations becomes moot. However, being explicit with your code not only makes your life easier, but actually makes your code faster (say whaaaaaaaat?). We have to remember that JavaScript isn't like most other languages.

No comments:

Post a Comment