Hacker News new | ask | show | jobs
by flohofwoe 493 days ago
Just use a flat C-style function API instead of a Singleton object. Singletons are only really needed in languages that enforce the 'everything is an object' folly.