Tagged Questions

5
votes
5answers
2k views

Level of Indirection solves every Problem

What does the quote "Level of Indirection solves every Problem" mean in Computer Science?
0
votes
1answer
46 views

Any concrete benefits of extra level of indirection

Please consider the Javascript code excerpt at the bottom. Roughly it consists of two modules, one for handling messages. What is the benefit of the filtersUpdateSuccess method within the messages ...