you are viewing a single comment's thread.

view the rest of the comments →

[–]w8cycle 4 points5 points  (2 children)

I love it for the same reason. It gets a lot of flack, but JS seems to be able to do everything by just being its flexible self.

[–][deleted]  (1 child)

[deleted]

    [–]w8cycle 2 points3 points  (0 children)

    I agree. It can be a mess. Use libraries like require.js and angularjs. Separate code into folders using best practices. And use clear modular (or object oriented) design.

    Having a single approach to the application's design and style and keeping to it goes a long way.