What does “level of indirection” mean in David Wheeler's aphorism?
问题 I've read this quote in a book: There is no problem in computer science that can't be solved using another level of indirection. Can someone explain that? What does "level of indirection" mean? From what I understood, indirection is a fancy name for using a pointer of a value instead of the value itself. Please clarify this for me. 回答1: "Indirection" is using something that uses something else, in its broadest sense. So your example, using a pointer of a value instead of the value, fits this