ok , global variable is condemned, singleton is despised, what's the alternative?

前端 未结 9 2392
终归单人心
终归单人心 2020-12-08 09:58

For desktop application that is. This is just a general question that maybe only need general answers.

9条回答
  •  执笔经年
    2020-12-08 10:07

    global variables a re fine in small programs, but when they get bigger you start getting weird side effects when someone makes a change or fixes a bug by going "oh, i'll just set this global and the problem goes away"

提交回复
热议问题