Zokalyx / theconfluence

1 stars 2 forks source link

Remove code duplication related to opening and closing files with run data #7

Open Zokalyx opened 2 years ago

Zokalyx commented 2 years ago

Most scripts in the websites folder require using the data in the .csv files in the /data directory. This always take a lot of code and it's repeated.

A good idea would be to use module, which would abstract the process of obtaining information related to runs, simplifying the code to just an include statement and a few function or method calls.

Zokalyx commented 2 years ago

Same as #5.