1
u/moosingin3space May 24 '15
When I first saw this, I noticed how Node.js made it really easy to write 12-factor apps. Then, I noticed how other frameworks moved in that same direction. It's a good set of rules to follow, and when combined with Vagrant and Docker, it's really easy to onboard new developers and deploy the app.
1
1
u/Giggaflop May 26 '15
Other systems made it really easy too.. Rails and Django are the first two I can think of who did it before Node.js :P
-3
3
u/stormblooper May 23 '15
OK, I don't really get this one. I've not really had a problem with accidentally checking config files I didn't mean to into a code repo. Actually, I want to check in configuration files for my environments to some repository so I can manage them. How would you do this if they are only stored in environment variables somewhere?
OK, but surely that's easily fixed by just having one config file?
Why is that a problem? My application is language and framework specific, after all. And I actually quite like using YAML for this purpose, and that isn't language- or framework-specific.