Catmandu icon indicating copy to clipboard operation
Catmandu copied to clipboard

create fix "strict" to introduce stricter syntax in fixes

Open nicolasfranck opened this issue 5 years ago • 1 comments

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?

nicolasfranck avatar Nov 04 '19 09:11 nicolasfranck

copy_field("009", "field2") quoted numerals are the main cause of confusion

nics avatar Nov 04 '19 09:11 nics