We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

using "use strict" in js core code | Forum

Topic location: Forum home » Support » General Questions
dave Leader
dave Jun 17 '16
I see a few places that this is used in the ow_static but not alot of use outside of that. From what i have read so far its suppose to make finding js errors easier.  


http://stackoverflow.com/questions/1335851/what-does-use-strict-do-in-javascript-and-what-is-the-reasoning-behind-it


The core devs im sure know about this but just in case can you pass it along, it makes for a good read :)


thanks 

ross Team
ross Jun 17 '16
Yes, Dave it is easier to debug using "use strict" 
dave Leader
dave Jun 17 '16
ok thanks, well maybe going forward they will use it more in the core then :)