Type annotations - #70
Conversation
|
Some thoughts: I think Some of the classes (eg We may want to make I generally think that having stricter types for classes makes code easier to reason about, and enables more powerful static analysis. Currently |
Changed State to a typed NamedTuple
2712bfd to
b67b68e
Compare
|
This branch passed the existing unit tests. |
Description
Type annotations
Changed State to a typed NamedTuple
Split off from #67
Tests
Once #68 is merged, I'll rebase this branch and run the tests.Ran unit tests.