openfisca-core
openfisca-core copied to clipboard
Add typings
Technical changes
- Add typings to the source code.
I love this ❤ it adds some lecture overhead at first but having explicit contracts will definitely ease refactoring, bug correction, debugging... I would at a minimum create types mapping each important class. It's a layer of indirection maybe but I think it would make types more "drop-in" and ease code comprehension for most newcomers.
I think we should move forward with this, any help needed?