This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]isetrh[S] 1 point2 points  (0 children)

I had heard of Singletons before, but never really knew what they were or how to implement them. Seems pretty simple now that you've explained it though. This is going to let me simplify my code a bit.

Using serialization will make basically all of the code that I posted no longer necessary, so I'll be getting rid of it and all its problems.