You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The paragraph below listing 13-6 in chapter 13.1 states:
Now the expensive calculation is called in only one place, and we’re only executing that code where we need the results.
This is incorrect because the expensive calculation is called in several places, as the next paragraph of the book explains. I believe the incorrect statement may have been intended to say:
Now the expensive calculation is defined in only one place, and we’re only executing that code where we need the results.
The text was updated successfully, but these errors were encountered:
The paragraph below listing 13-6 in chapter 13.1 states:
This is incorrect because the expensive calculation is called in several places, as the next paragraph of the book explains. I believe the incorrect statement may have been intended to say:
The text was updated successfully, but these errors were encountered: