Earlier quoted context omitted.
Sure, but the point is, to put together any decent web page template, you'll need at least: 1) Your server-side language (e.g. Ruby) 2) Your templating language (e.g. ERB, which may be very similar to 1) 3) HTML 4) CSS 5) Javascript 5 languages is pretty much a minimum unless you're doing something trivial. I'll agree that the onclick should be extracted, but as has been pointed out in other places, this is a quick d…
The number of languages isn't the issue. The issue is putting them all together in the space of a few lines. It's bad organization.
Re: Five languages in seven lines, or how not to do web development
#21Actually just curious - but what is a means of separating them?