aeneas icon indicating copy to clipboard operation
aeneas copied to clipboard

Investigate mypy (static type checker via type annotations)

Open pettarin opened this issue 8 years ago • 2 comments

Since the code base is both PY2 and PY3, we would need to use the comment-based type annotations.

Yet, it is an interesting idea that could find some errors in advance, like the float vs. TimeValue bug of a few releases ago.

pettarin avatar Sep 09 '16 06:09 pettarin

Definitely TODO.

readbeyond avatar Dec 09 '16 08:12 readbeyond

Definitely to do during/after "refactoring" the code to v2.0.

readbeyond avatar Feb 05 '17 09:02 readbeyond