DEV Community

Discussion on: The Twelve-Factor App

Collapse
 
rrampage profile image
Raunak Ramakrishnan

12 factor is an interesting methodology with many good practices like version control, config management, build pipelines, logs as event streams. But some points are more opinionated like "concurrency through process model" or "port binding". IMO, they are too influenced by the language choice. Languages/runtimes like erlang, go, jvm can handle threads (light weight and native) well.