JS FrameWorks

Angular.js, Knockout.js, Backbone.js…

Frameworks are like mushrooms, they grow-up and grow-up in all places without control.

In some moments of your life you start a project where you have the capacity to decide some high level technical decisions such,

What JS framework is the best one for the project situation we have?

And then there are SWAT analysis, comparatives, people giving late night opinions…

At the end of the day each framework has pros/cons and if you go into deep of them all have issues, the perfect framework has still not been implemented, by nature they have positive and negative features.

Apart of the selection of the framework itself, you have to invest on the training and learning curve of your team to really be able to implement functionality with the right approach.

AngularJS implements MVC framework and thanks to a colleague, I have learned that they are implementing MVVM-C framework (Model View ViewModel). I had to go to Wikipedia to see the pattern description.

 

Leave a Comment