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
Sentence "Hopefully by you feel like you're standing on much more solid ground with understanding lexical scope. " change to
"Hopefully by now you feel like you're standing on much more solid ground with understanding lexical scope. "
One word "now" is missing from the original sentence in this chapter
Copy file name to clipboardexpand all lines: scope-closures/ch6.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -691,6 +691,6 @@ The point of lexical scoping rules in a programming language is so we can approp
691
691
692
692
And one of the most important organizational techniques is to ensure that no variable is over-exposed to unnecessary scopes (POLE). Hopefully you now appreciate block scoping much more deeply than before.
693
693
694
-
Hopefully by you feel like you're standing on much more solid ground with understanding lexical scope. From that base, the next chapter jumps into the weighty topic of closure.
694
+
Hopefully by now you feel like you're standing on much more solid ground with understanding lexical scope. From that base, the next chapter jumps into the weighty topic of closure.
695
695
696
696
[^POLP]: *Principle of Least Privilege*, https://en.wikipedia.org/wiki/Principle_of_least_privilege, 3 March 2020.
0 commit comments