JavaScript is not suitable for large web apps
blogs.adobe.com
JavaScript is not suitable for large web apps
1–10 of 218 posts
Re: JavaScript is not suitable for large web apps
#2Re: JavaScript is not suitable for large web apps
#3Re: JavaScript is not suitable for large web apps
#4His main example of why javascript isn't suitable is an anecdote about a badly developed code base written in javascript. Seriously?
Re: JavaScript is not suitable for large web apps
#5Re: JavaScript is not suitable for large web apps
#6Re: JavaScript is not suitable for large web apps
#7As I read more of these arguments, it makes me think a lot about whether I should switch to CoffeeScript before my web app gets any larger. Has anyone switched to CS or another language that compiles to JS, and regretted it?
Re: JavaScript is not suitable for large web apps
#8As I read more of these arguments, it makes me think a lot about whether I should switch to CoffeeScript before my web app gets any larger. Has anyone switched to CS or another language that compiles to JS, and regretted it?
Re: JavaScript is not suitable for large web apps
#9Re: JavaScript is not suitable for large web apps
#10This 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…
When faced with a project in which code modularization was a problem, his proposed solution was to port the code? Seriously? Port Javascript to Actionscript because the .js was organized into too few modules?
mmmm-okay.