Open diogogmt opened 11 years ago
Some of the modules are being required in multiple places.
We should apply the singleton pattern when needed to keep state saved in one single place.
Some of them will break if instantiated more than once, the logger module fro example.
I believe this has been resolved.
Some of the modules are being required in multiple places.
We should apply the singleton pattern when needed to keep state saved in one single place.
Some of them will break if instantiated more than once, the logger module fro example.