JustZack / audit-congress

A website collecting & displaying information about the activities of congress.
0 stars 0 forks source link

Add a generic getInstance trait #76

Closed JustZack closed 6 months ago

JustZack commented 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.

But it is nice to enforce the singleton-ness of alot of objects.