Closed mstoerzel closed 4 years ago
As of now the data-files (e.g. $(MODULE_BASE).std.code.lines.code.js) is generated from the makefile.
Datafiles are created using some weird head, grep etc. magic. Hard to maintain.
head
grep
Generate datafiles in a python script, by reading and parsing the csv-file.
can be closed with second commit on criteria.html/create-by-python branch
Current situation
As of now the data-files (e.g. $(MODULE_BASE).std.code.lines.code.js) is generated from the makefile.
Downside
Datafiles are created using some weird
head
,grep
etc. magic. Hard to maintain.Suggested improvement
Generate datafiles in a python script, by reading and parsing the csv-file.