Closed JustZack closed 6 months ago
so that function does not need to need to be coppied over each time.
AND/OR - consider getting rid of most of the getInstance() logic, its not really doing anything but complicating things in many cases.
getInstance()
But it is nice to enforce the singleton-ness of alot of objects.
so that function does not need to need to be coppied over each time.
AND/OR - consider getting rid of most of the
getInstance()
logic, its not really doing anything but complicating things in many cases.But it is nice to enforce the singleton-ness of alot of objects.