Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor ~ use late/lazy evaluation to avoid ENV{} and
path.join()
…
…calls ## [why] There are a high number of ENV{} variable accesses and path manipulation calls for items which will only get very rare usage. These are replaced with functions with can be called late and lazily if/when higher priority items return undefined results.
- Loading branch information