Romu
Member since Jun 27, 2013
- Profile: /members/11027-romu.htm
- URL: http://www.soundstep.com
- Comments: 2
Recent Blog Comments By Romu
-
My Experience With AngularJS - The Super-heroic JavaScript MVW Framework
Posted on Jan 7, 2014 at 11:53 AM
@Brian, I used angular to make web app for google itself. I didn't have other opportunities, fortunately or unfortunately. Do you realize how much you have to learn in order to test angular components compared to test vanilla code or frameworks closer to vanilla javascript? While I understand com... read more »
-
My Experience With AngularJS - The Super-heroic JavaScript MVW Framework
Posted on Jun 27, 2013 at 9:32 AM
I had some issues with $digest running on high frequency timed update. I found it very hard or impossible to handle each update manually. No, $digest is a global thing, and I understand why. But some unnecessary calculations were made, and I'm a performance maniac, so like lightweight and efforts o... read more »