brohrer / robot-brain-project

a general purpose learning agent
205 stars 46 forks source link

Add type hints #38

Open brohrer opened 6 years ago

brohrer commented 6 years ago

Python type hints provide a nice bit of built-in documentation and, when an appropriate linter is used, an extra catch for subtle bugs. Adding them would make the code a bit stronger.

jletey commented 5 years ago

If you are going to do this, may I suggest mypy, since it is an incredibly powerful linter for type hints