frost icon indicating copy to clipboard operation
frost copied to clipboard

add type annotations / hints

Open g-k opened this issue 4 years ago • 1 comments

e.g. with dataclass or typeddict from the stdlib or if botocore provides types.

This would prevent issues and make it clearer what's being passed around.

We can try to infer types with https://monkeytype.readthedocs.io/en/latest/generation.html at a quick pass I didn't see an obvious way to invoke the frost CLI.

g-k avatar Sep 21 '20 18:09 g-k

This ticket covers ways to update legacy code. For all new code, use of type hints is encouraged.

hwine avatar Oct 12 '20 23:10 hwine