What does “level of indirection” mean in David Wheeler’s aphorism?
“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 definition at one level. The pointer is the something and the value is the something else. Typically this is something larger in scope: Using a web site to … Read more