Hacker News new | ask | show | jobs
by coldtea 3991 days ago
>Singletons are really just as bad as global variables. Why? Because they are global variables.

And just as handy as global variables.

1 comments

> And just as handy as global variables.

which means not really handy in a non-thread safe context.