Hacker News new | ask | show | jobs
by baudehlo 4592 days ago
A lot more JS coders could benefit from adding "use strict" to their code too. It's frankly amazing it isn't used more.
1 comments

Honestly, in practive it falls short and doesn't do nearly enough. :(
True. It does far too little at compile time. I don't understand why. Maybe we need a "use compile strict" ;)