Refactoring a JavaScript Single Page App - Tutorial
A new free tutorial series - Getting started with refactoring JavaScript Single Page App Web applications.
on
A new free tutorial has been published titled: Refactoring a JavaScript Single Page App. The concept of the tutorial is to take a single page app that has some code quality issues, and refactor it into a more manageable state, also making it confirm to modern standards along the way using appropriate tools and libraries.
This is part 1 of the tutorial series which discusses 7 changes that can be made to incrementally improve the code. Each change is based on real world examples that I’ve seen in code bases, with each change proposed on the basis that it’s not always possible to implement a new framework in a large one-off set of changes. As the application heads towards a base-line, the introduction of popular frameworks/libraries such as AngularJS and Backbone.js will be covered in subsequent parts.
See the tutorial: Refactoring a JavaScript Single Page App.