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

Code quality: Type annotations and docstrings for everything #11

Open
taotriad opened this issue Apr 21, 2023 · 2 comments
Open

Code quality: Type annotations and docstrings for everything #11

taotriad opened this issue Apr 21, 2023 · 2 comments
Labels
good first issue Good for newcomers

Comments

@taotriad
Copy link
Contributor

All relevant pieces of code should be properly type annotated and have docstrings.

@taotriad taotriad self-assigned this Sep 13, 2023
@taotriad taotriad added the good first issue Good for newcomers label Sep 13, 2023
@taotriad taotriad removed their assignment Sep 13, 2023
@taotriad
Copy link
Contributor Author

This is making progress. Many docstrings and type annotations have been added.

According to pylint we're still missing about 270 docstrings (!) and a bit North of 700 type annotations. In other words, a long, long way to go. One step at a time.

@taotriad
Copy link
Contributor Author

Further progress made. We're down to 230 missing docstrings and 120 missing type annotations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant