Closed metcalf closed 8 years ago
r? @ptarjan
lgtm
Yeaa.... all those magic numbers were micro-optimizations that made tests run 1 second faster. Totally not worth the potential for confusion. I brought back the public DefaultFileChangeDelay
and use that consistently.
In several places, Zeus propogates configuration by mutating global variables. This makes packages harder to test and interfaces less clear. This PR replaces all mutable global variables with explicit local arguments.