ihmeuw-msca / pyDisagg

BSD 2-Clause "Simplified" License
1 stars 0 forks source link

Type hint #9

Closed zhengp0 closed 1 year ago

zhengp0 commented 1 year ago

Type hint become more and more popular in Python code, it can increase readability and reduce the burden of the documentation. It is originally proposed in https://peps.python.org/pep-0484/. For a tutorial "realpython" provides a good one, https://realpython.com/python-type-checking/. I think we should follow this practice and add type hint to our functions and classes.

AHsu98 commented 1 year ago

Fixed in #14