Would it be fair to say this is a subtle jab at JavaScript used on the server side, namely what nodejs is doing?
Q&A with David Heinemeier Hansson
11–20 of 20 posts
Re: Q&A with David Heinemeier Hansson
#12"JavaScript is there to decorate HTML, not the other way around." Would it be fair to say this is a subtle jab at JavaScript used on the server side, namely what nodejs is doing?
Re: Q&A with David Heinemeier Hansson
#13"JavaScript is there to decorate HTML, not the other way around." Would it be fair to say this is a subtle jab at JavaScript used on the server side, namely what nodejs is doing?
Re: Q&A with David Heinemeier Hansson
#14>JavaScript is there to decorate HTML, not the other way around. Does that mean that HTML is not there to decorate JavaScript? Or is he dinging Backbone and the other JS MV* frameworks cropping up.
Re: Q&A with David Heinemeier Hansson
#15I'd be curious as to exactly what features comprised the first released version of rails. Was it originally in the MVC structure we know today, or was it more a mixture of random parts that were refactored into that later? Did it use a CGI model, or did it embed webbrick from the start? etc.
Re: Q&A with David Heinemeier Hansson
#16Re: Q&A with David Heinemeier Hansson
#17Re: Q&A with David Heinemeier Hansson
#18"JavaScript is there to decorate HTML, not the other way around." Would it be fair to say this is a subtle jab at JavaScript used on the server side, namely what nodejs is doing?
Re: Q&A with David Heinemeier Hansson
#19Re: Q&A with David Heinemeier Hansson
#20Earlier quoted context omitted.
The latter.
Conflict of interests. The server side is dying.
As an example: all of the apps which still work if anything, anywhere, doesn't load and run a huge pile of JS correctly. c.f. Twitter, Gawker, etc. The client side is fragile to an extent which simply isn't true on the server – this doesn't mean you don't use it but rather that you still have to think about what happens when something breaks.