> On Apr 19, 2016, at 7:34 AM, Chris Pike <[email protected]> wrote: > > Ok, I'll work on my branch and get the tests working. What do you mean by > wrap Config.getInstance() with CONFIG?
Cool.
Please use a method wrapper such as this for the code references:
public final class GlobalIds
{
...
public static final Config CONFIG = Config.getInstance( );
or if you have a better way that’s fine too. Don’t want to see
Config.getIntance().getProperty(…) in a kazillion places.
Thanks,
Shawn
