Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement Suggestion: Add Type Hints Support #40

Open
BroFromSpace opened this issue Aug 5, 2024 · 2 comments
Open

Enhancement Suggestion: Add Type Hints Support #40

BroFromSpace opened this issue Aug 5, 2024 · 2 comments

Comments

@BroFromSpace
Copy link

I suggest adding type hints to the project. Incorporating type hints would be beneficial as the project grows and gains popularity.

If you decide to move forward with this enhancement, I would be happy to help with the implementation.

@nickjj
Copy link
Owner

nickjj commented Aug 7, 2024

Hi, thanks. Currently I don't use type hints in any projects. Given you typically reference this project as a library in your application code, what benefits would you gain? Is it mainly having better auto-complete if you need to debug an error in this library for editors that support it?

@BroFromSpace
Copy link
Author

Hi, thanks. Currently I don't use type hints in any projects. Given you typically reference this project as a library in your application code, what benefits would you gain? Is it mainly having better auto-complete if you need to debug an error in this library for editors that support it?

Yes, the primary purpose of type hints is to enhance auto-complete support, especially when you encounter errors or issues. Additionally, type hints can benefit other contributors who may want to join the project or developers who fork it, as they provide clearer documentation and help maintain consistency.

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

No branches or pull requests

2 participants