adamwiggins / 12factor

Official fork now at: https://github.com/heroku/12factor
http://12factor.net/
MIT License
409 stars 714 forks source link

Reword the "Who should read this document?" section #24

Open 0x5d opened 8 years ago

0x5d commented 8 years ago

I feel like a lot of the issues stated throughout the 12 factor sections arise from applications made in only-developer teams, with no consideration for easy deployability, explicit dependencies, external configuration, etc. I think the document would benefit from a rewording of the Who should read this document? section, given the problems that come from a mentality of separated development/ ops teams, where the former only adds code, and the latter has to deal with deploys. It would also keep things consistent with X. Dev/Prod Parity.