home.social

#singletons — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #singletons, aggregated by home.social.

  1. 🥱 Oh joy, another riveting #discourse on the thrilling topic of #C++ singletons! Because nothing says excitement like a deep dive into the riveting world of optimizing singleton patterns. 💤 Spoiler: it's still a singleton, folks.
    andreasfertig.com/blog/2026/03 #singletons #optimization #programming #tech #HackerNews #ngated

  2. Have you come to a conclusion about #Singletons and the like?

    If so, please share!

    @allspark

  3. is that what we call an infinite loop?

    What's the word on #Singleton
    Does use of #Singletons really inhibit the #modularity of desirably extensible code?

  4. Please don't judge me. I just added two #singletons to this project of mine.

    #PHP #code

  5. Many programmers will start screaming at you for even mentioning #SINGLETONS, but they will not explain the problem. Sheban a.k.a Tutemic has a lot of excellent game programming lectures where he presents programing patterns in a beginner-friendly way, then shows how to use them well, and how to use them badly. That's rare!

    youtu.be/oMEgToqpAGc

    Singletons are just another tool you need to understand to make games. Sometimes the best tool for the job - as long as you know the risks. #GameDev