Y
Hacker News
new
|
ask
|
show
|
jobs
by
Riobe
2674 days ago
If your values are expensive to compute like that, then you'd have the object return a function that would call foo(), bar(), and so on; and you wouldn't call them all to setup the map in the first place.
1 comments
Izkata
2674 days ago
This is in fact demonstrated in the second example in "Working with functions"...
link