Jeremiah Senkpiel

Results 518 comments of Jeremiah Senkpiel

@ilanbiala pillarjs is a collection of framework components. It's being extracted from express: https://github.com/pillarjs - more info is available in [this empirenode talk](http://youtu.be/FiHI6--wB4s?list=PL31ehRjJCA6Fh_l4jd-0neUKLUDwycZK8)

@dougwilson are we still keeping static in here?

@ChiperSoft see #2450

New features: a few, yes. (Performant custom prototype extensions are one, more info soon) "Big performance fixes": what? Do elaborate, express is by no means close to slow. The router...

I don't like the idea of `res.set('json replacer', function(){})` Mainly because set/get probably will not not exist in 5 and this is additional overhead. Can we do `res.json(data, replacer)`?

> Otherwise res.json(data, replacer) is ambiguous, because data could be a number and replacer could be null, which is why they form has been turned down before. em, pardon? Isn't...

@dougwilson I'm not sure it matters. I'm wondering where we can implement the most reasonable interface for the feature.

> What is wrong with `res.type('json').send(JSON.stringify(data, replacer))`? Nothing actually. I forgot that this was actually stringifying it. >_< This is the most reasonable approach yeah. I don't think we should...

Fwiw 0.10 will be EOL'd October 2016, and 0.12 at the end of year, 2016. The former is already in maintenance mode, and 0.12 will go into maintenance-only next April....

> Perhaps a better question to ask is, what does Express gain by dropping 0.10 but not 0.12? Most of the improvements you mention cant adopted until 0.12 is abandoned....