-
Notifications
You must be signed in to change notification settings - Fork 241
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"use strict" #11
Comments
I want to say yes! But, what is about those people who dont know about the "disadvantages"?! |
I'm tempted to say we should use it on these patterns and make a note about it in the readme/docs. An extract derived from John Resig's post about Strict Mode is a feature in ECMAScript 5 that allows you to place a program, or a function, in a "strict" operating context. This strict context prevents certain actions from being taken and throws more exceptions. Strict mode helps out in a couple ways:
|
Maybe the document from MDN about "strict mode" is a better point to read for unsuspecting. |
or that ^. I'd be down with either. |
Yes! There are no downsides if you know what you're doing. For everyone else there's documentation, preferably the MDN one. |
Let's get this in sometime soon. |
Should we use it on these patterns?
The text was updated successfully, but these errors were encountered: