When are you truly forced to use UUID as part of the design?

前端 未结 16 807
盖世英雄少女心
盖世英雄少女心 2020-11-28 17:39

I don\'t really see the point of UUID. I know the probability of a collision is effectively nil, but effectively nil is not even close to impossible.

16条回答
  •  自闭症患者
    2020-11-28 18:08

    UUIDs embody all of the bad coding practices associated with global variables, only worse, since they are superglobal variables which can be distributed over different pieces of kit.

    Recently hit such an issue with the replacement of a printer with an exact replacement model, and found that none of the client software would work.

提交回复
热议问题