RSSAmplifier

Home on Jonathan Bergknoff · Feb 29, 2016

JavaScript's Style Problem

0
Sign in to vote or save

This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.

Conventional JavaScript style has never sat well with me. I always had a feeling that something was “off” about the way we normally write JavaScript. I finally got to the bottom of it.
Trouble in Paradise Here’s an idiomatic snippet of node.js code from the Express documentation:
app.get('/', function (req, res) { res.send('GET request to homepage'); }); What could…

Read on /journal/javascript-style-problem/

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.