gSulpizio / isotherm-fitting

MIT License
2 stars 1 forks source link

can you define constants in only one file #27

Closed kjappelbaum closed 3 years ago

kjappelbaum commented 3 years ago

e.g., instead of defining

https://github.com/gSulpizio/isotherm-fitting/blob/79b1278285b3c82b6fd746aa20a8bfba14462e8b/src/isostericHeat/isostericHeatFromData.ts#L24

in every file it might be better to only have one source of truth, i.e., one file and import constants from there

gSulpizio commented 3 years ago

Done!