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
its a tradeoff, relying too heavily on lexical scoping makes things harder
to understand and harder to modularize (you cant share lexical scope
between modules). a nice side effect of decoupled functions is the explicit
interface and lack of magical-seeming shared variables
sometimes its nice to put a function inside another function to take
advantage of the lexical scope convenience, but I personally go more than 1
level deep
No description provided.
The text was updated successfully, but these errors were encountered: