Skip to main content
We’ve updated our Terms of Service. A new AI Addendum clarifies how Stack Overflow utilizes AI interactions.

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • 1
    Awesome! Completely agree! But you could, and maybe should, elaborate much more. Such as expanding which design patterns are most commonly ignored and how to "properly and minimally" use singletons. Easier said than done! :P Commented Nov 16, 2013 at 10:11
  • Basically the alternative is to pass objects around via method parameters, rather than accessing them via global state. Commented Jan 6, 2016 at 2:37