tsaug icon indicating copy to clipboard operation
tsaug copied to clipboard

Let's use type hints!

Open tailaiw opened this issue 6 years ago • 2 comments

We like to start using type hints for better practice of python programming. For a first-time contributor, this is probably a nice starting point, as you will go through every part of the code base and familiarize yourself with the code structure.

To-do's:

  • [x] Add type hints to all functions.
  • [ ] Modify docstrings accordingly, so sphinx-autodoc will automatically grab type info from type hints.
  • [ ] Add unit tests (with mypy?) for type checking.

Have fun!

tailaiw avatar Sep 27 '19 16:09 tailaiw

WIP in branch type-hints

roycoding avatar Jan 03 '20 19:01 roycoding

Hi, Is this issue still valid and open, as I would like to try implement it ? Same for #15

Pask423 avatar Jul 08 '22 21:07 Pask423