RadixEngine icon indicating copy to clipboard operation
RadixEngine copied to clipboard

Inject config and environment where it is needed instead of making it superglobal

Open hhirsch opened this issue 7 years ago • 0 comments

https://github.com/GlPortal/RadixEngine/blob/master/source/env/Environment.cpp

  • Makes testing of config dependent states impossible
  • Has us fiddling with the environment and a getter whenever we need a config value

hhirsch avatar Apr 16 '17 12:04 hhirsch