data-to-insight / quality-lac-data-beta

Quality LAC data Beta project
MIT License
8 stars 3 forks source link

Improve typing of code by removing Maps and replacing with typed objects #42

Closed mwaddoups closed 2 years ago

mwaddoups commented 3 years ago

I used Maps in various parts of the code as they are what's naturally returned by Pyodide. However they hinder typing and make writing further code feel more difficult.

It would be good to rewrite these as objects where possible and use fully typed objects for describing the interface.

mwaddoups commented 2 years ago

Dropping this as doesn't feel like a big problem anynmore.