deis / workflow-manager

Deis Workflow Manager: Cluster First Aid
MIT License
14 stars 15 forks source link

ref(*): remove global mutable state in the data package #49

Closed arschles closed 8 years ago

arschles commented 8 years ago

doing so increases ability to test, understandability/debuggability of the code, and concurrency safety.

See http://c2.com/cgi/wiki?GlobalVariablesAreBad for more motivation

Pre-requisite for #42