• 安全问题的唯一正解在于允许那些(导致安全问题的)Bug 发生,但通过额外的隔离层来阻挡住它们 - Linus Torvalds 在 2015 年的 LinuxCon 上提出的

  • 计算机科学界只有两个真正的难题——缓存失效和命名 - Phil Karlton

  • 计算机科学领域的任何问题都可以通过增加一个间接的中间层来解决.

    A famous aphorism of Butler Lampson goes: "All problems in computer science can be solved by another level of indirection"

  • Hyrum's Law regardless of how minor a change you make to the code, someone out there is likely to depend on the old behaviour.