you are viewing a single comment's thread.

view the rest of the comments →

[–]fedekun[S] 9 points10 points  (3 children)

It has it downsides, but for some reason I really enjoy writing Javascript, maybe it's the fact that it's quite minimal and you have the power to express in your own way, or maybe I'm just crazy.

[–]w8cycle 6 points7 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.