google / compare-codecs

Apache License 2.0
49 stars 23 forks source link

Refactoring: Concentrate env[] access to one module #43

Closed alvestrand closed 9 years ago

alvestrand commented 9 years ago

Having code that accesses os.env['CODEC_WORKDIR'] and os.env['WORKDIR'] in many places is not good. Add a module that centralizes access to these variables, and vends the paths when needed. Note: Needs setters, because testing.

alvestrand commented 9 years ago

Done as part of #65