Felipe Nascimento de Moura (2014-12-18T17:50:48.000Z)
d at domenic.me (2015-01-05T20:40:10.859Z)
did anyone see my suggestion? (actually, am not sure my e-mails are going out!) Personally(again, my opinion), I think it is at least weird, having a "floating string" on your code! Specially because(by now) this is the only situation, with only one option, what makes it an "exception". ES has so many great patterns, the least exceptions for the rules, the better! That's why I thought about a "scope" token/accessor. Besides that, some advantages such as enabling experimental features or not, safe mode, etc. When I think about it, new ideas come! Let's say you may use: ```js scope.set("debug", ["error", "call"); ``` and this would cause any function call inside this scope, to stop(if a console is opened) pausing the flow for debugging, or also, when any error occur inside it. Other things could be done to log calls, as well(changing the verbosity of the scope). Sorry if this idea is stupid and I can't see it! hehe