Level of Indirection solves every Problem

2019-01-16 23:57发布

What does the quote "Level of Indirection solves every Problem" mean in Computer Science?

7条回答
劫难
2楼-- · 2019-01-17 00:45

Generally it means that by increasing the level of abstraction one can make the problem easier to understand/resolve.

Be careful with your abstractions though, the full quote at least as I heard it is, "You can solve every problem with another level of indirection, except for the problem of too many levels of indirection".

查看更多
登录 后发表回答