express icon indicating copy to clipboard operation
express copied to clipboard

separate locals from config values

Open aks- opened this issue 9 years ago • 4 comments

Keeping a separate namespace so that what's sent per-request is separate from long-lived configuration values.

aks- avatar May 14 '15 21:05 aks-

Oh, this is interesting, and super useful for the namespace collisions that have bothered users of adaro.

aredridel avatar May 14 '15 21:05 aredridel

As this is not backwards-compatible, it would have to wait for 5.0. I'm not against this at all, just highlighting why it won't get merged right away :) I'm a +1 for this, though.

dougwilson avatar May 14 '15 22:05 dougwilson

That's awesome. The mashed-up namespaces there really do make backward compatibility a pain -- you can't safely add anything. Separating locals is the best start.

aredridel avatar May 15 '15 14:05 aredridel

Aha, thank you folks!

aks- avatar May 15 '15 14:05 aks-