Skip to content

Conversation

shooit
Copy link
Contributor

@shooit shooit commented Apr 13, 2023

fixes: #424

@justinpolygon justinpolygon self-requested a review as a code owner August 3, 2023 22:31
Copy link
Contributor

@justinpolygon justinpolygon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - Overall, the changes seem to be very thoughtful improvements. The main change is the addition of type annotations, which can provide better support for IDEs, linters, and type checkers. This is generally a good practice, as it can make the code more self-documenting and can catch potential type-related errors earlier in the development process. I have run through all the examples for stocks, options, indices, forex, and crypto. Nothing breaks. Thanks for your detailed issue and the PR! Cheers.

@justinpolygon justinpolygon merged commit 1f9dac6 into polygon-io:master Aug 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Stronger types for @modelclass
2 participants