Y
Hacker News
new
|
ask
|
show
|
jobs
by
adriaanmulder
1016 days ago
I disagree. For example, It's useful if you have a bunch of cached network requests that each list some resources and you want to update all of the instances of a specific resource (matching by uuid).
1 comments
winrid
1016 days ago
So store the requests in a map and each request exposes an update() method.
link