in reply to help with "use strict" and code organization

Strict and its siblings, warnings and diagnostics don't introduce errors; they reveal them. Strict requires you to declare each variable using the "my" function, within the appropriate scoping unit (to a first, and doubtless overly simplified, approximation, the innermost braces which contains the variable and its declaration).


Information about American English usage here and here. Floating point issues? Please read this before posting. — emc

  • Comment on Re: help with "use strict" and code organization