Tagged Questions

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 ...