Now the fixes like `copy_field` do not make a difference between ``` copy_field("field1","field2") ``` and ``` copy_field(field1,field2) ``` this makes it hard to introduce something like "literals". Maybe add a fix like "strict" (or a better title), comparable to "use strict" from javascript?