Open mullachv opened 7 years ago
Looks good. Angular 2 right?
Angular 2, yes; and more importantly, use TS (typescript). Typescript gets compiled down to JS and then used on the web browser Typescript has type checking and detects errors at compile time/code time (if using Editor plugins)
Vikram Mullachery
On Mar 6, 2017, at 5:35 PM, hab278 notifications@github.com wrote:
Looks good. Angular 2 right?
— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/mullachv/nnbuilder/issues/2#issuecomment-284570330, or mute the thread https://github.com/notifications/unsubscribe-auth/AEhrMekcuqIyRdqCg9K3pkGB0BZ0w0Xzks5rjJgqgaJpZM4MTUjw.
1- Move to typescript (typed Javascript). Modular, extensible components as opposed to inline coded elements, plus type checking
2- Integrate with grunt, karma and jasmine for continuous automated testing on code save (otherwise this is a nightmare)
3- Explore use of Angular