Chris
Member since Mar 17, 2014
- Profile: /members/11696-chris.htm
- Comments: 2
Recent Blog Comments By Chris
-
My Experience With AngularJS - The Super-heroic JavaScript MVW Framework
Posted on Mar 19, 2014 at 5:23 PM
A little example. Mansory.js would work with 5 line of javascript. If you want to use it with angular you need almost 200 lines to create a specialized directive. See https://github.com/passy/angular-masonry/blob/master/src/angular-masonry.js... read more »
-
My Experience With AngularJS - The Super-heroic JavaScript MVW Framework
Posted on Mar 17, 2014 at 7:09 PM
"Everything Should Be Made as Simple as Possible, But Not Simpler" The feeling with Angular is that things are NOT as simple as possible but a lot more complicated that how they should be. Complexity diminishes understanding and make the developer more prone to put bugs in the code. The ... read more »