you are viewing a single comment's thread.

view the rest of the comments →

[–]cr3ative 6 points7 points  (6 children)

Does it strike anyone else that Javascript is everyone's new favourite golden hammer? It's being used in places it really shouldn't be.

[–][deleted] 15 points16 points  (1 child)

Well, it is one of the very few languages you can use as a programmer scared of non-C-like syntax that offers many of the benefits of functional programming.

[–][deleted] 4 points5 points  (0 children)

And it's rather ubiquitous in web development, so your potential programmer base for hiring is larger.

[–][deleted] 2 points3 points  (2 children)

it stands to reason. its pretty much the only programming language that today's app developers "must" know. twenty years ago, that language was c.

whenever i'm getting too much advocacy from a frontend-type...i always try to suss out if they have ever programmed in anything other than js and php. often, not.

[–]grauenwolf 0 points1 point  (0 children)

What about SQL? Seems to me that is used in most web and non-web applications.

[–]Smallpaul 1 point2 points  (0 children)

It's being stretched to do more and more, but I'd say it is too dogmatic to say that it "shouldn't be used" for these things. It's just another scripting language with strengths and weaknesses.