LibreCat / Catmandu

Catmandu - a data processing toolkit
https://librecat.org
175 stars 31 forks source link

create fix "strict" to introduce stricter syntax in fixes #373

Open nicolasfranck opened 4 years ago

nicolasfranck commented 4 years ago

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?

nics commented 4 years ago

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