cheminfo / chromatography

Tools for storing, search and analyze GC/MS spectra
https://cheminfo.github.io/chromatography
MIT License
9 stars 5 forks source link

Why series in an array ? #18

Closed lpatiny closed 7 years ago

lpatiny commented 7 years ago

I could make sense that it is an object because a unique name is required.

Would make easier to addSerie(name, serie) deleteSerie(name) { delete this.series[name] } ...