Next: Q5.1.5, Previous: Q5.1.3, Up: Miscellaneous
let
?In most cases, not noticeable. Besides, there’s no avoiding
let
—you have to bind your local variables, after all. Some
pose a question whether to nest let
s, or use one let
per
function. I think because of clarity and maintenance (and possible
future implementation), let
-s should be used (nested) in a way to
provide the clearest code.