Re: use strict
"Mike Cappella" <[email protected]>
| Newsgroups | gmane.comp.log.logwatch.devel |
|---|---|
| Message-ID | <000101c7b7a2$7b456980$0a02a8c0@yellowstone> |
> I noticed that few of the service scripts make use of 'use strict'. > (Looking into it I found only 23 of 83 scripts.) > > What's the policy on 'use strict'? Is code being updated to > use it as the code gets updated for other reasons? Is it > being used on new code? > > -Tom I'm not sure there is a policy, but I think it is a good idea. I've used strict mode in my filters. I'd be happy to update the other filters I actually use (so that I can test before checkin). Anyone have an issue with this ? MrC