How Bad Are Singletons?

后端 未结 7 2061
傲寒
傲寒 2021-01-02 22:41

So ....

There are obviously many questions that all have been asked about Singletons, Global State Variables, and all that great stuff. My question is,

7条回答
  •  自闭症患者
    2021-01-02 23:32

    If Singletons and Globals are So Bad, Why are they used so often?

    I think the gist of it is that Singletons make things easy. At least at first sight. I don't have enough experience with the matter to say anything more useful, however I found the following a good read:

    Singleton Considered Stupid (Steve Yegge)

提交回复
热议问题