Earlier quoted context omitted.
Funnily enough, that also applies to: ActionScript, Dart, Java, PHP, node.js, Ruby, Go... ;)
node.js is written in JavaScript.
JavaScript is not suitable for large web apps
51–60 of 218 posts
Re: JavaScript is not suitable for large web apps
#52Re: JavaScript is not suitable for large web apps
#53Earlier quoted context omitted.
> 200 average developers This is the problem, and as you implicate, the exact sort of thing we need to stop doing.
Sure. So long as you have a full proof way of identifying the best developers. Hint: the best developers aren't the ones who can recite the API off hand.
Re: JavaScript is not suitable for large web apps
#54that is why things like Ember.js are springing to life - to give the structure necessary to build large web apps without them devolving into spaghetti.
Re: JavaScript is not suitable for large web apps
#55This is more of a rant against dynamically typed languages than against javascript itself, and making the argument that dynamically typed languages are not suitable for large web apps is a difficult (not impossible) one to make. The author also complains about some javascript projects being split up into enough files, which is hardly a side-effect of using javascript. The author inherited what sounds like a pretty di…
And it's an Adobe blog. Their employees are quite likely to be biased in favour of their statically-typed variant, ActionScript 3 (well, it has a lot of changes, but it's essentially a JS variant at heart)
Re: JavaScript is not suitable for large web apps
#56Re: JavaScript is not suitable for large web apps
#57Earlier quoted context omitted.
> 200 average developers This is the problem, and as you implicate, the exact sort of thing we need to stop doing.
Sure. So long as you have a full proof way of identifying the best developers. Hint: the best developers aren't the ones who can recite the API off hand.
Re: JavaScript is not suitable for large web apps
#58Earlier quoted context omitted.
Sure. So long as you have a full proof way of identifying the best developers. Hint: the best developers aren't the ones who can recite the API off hand.
You have to be willing to fire them if it turns out they're they suck.
Anyone who thinks they are going to do nothing but hire above-average programmers at any scale is downright naive. Design your system around an "average" employee, and you'll be far happier.
Re: JavaScript is not suitable for large web apps
#59This is more of a rant against dynamically typed languages than against javascript itself, and making the argument that dynamically typed languages are not suitable for large web apps is a difficult (not impossible) one to make. The author also complains about some javascript projects being split up into enough files, which is hardly a side-effect of using javascript. The author inherited what sounds like a pretty di…