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

Add Python Data Types to functions #109

Open
dragonejt opened this issue Jan 20, 2024 · 1 comment
Open

Add Python Data Types to functions #109

dragonejt opened this issue Jan 20, 2024 · 1 comment

Comments

@dragonejt
Copy link
Contributor

In my opinion, types in Python make it a lot easier for people who use this package to understand what they need to supply for a certain function, build plugins, etc because the requirements for what types of data you need to have are more clear. It's a form of code documentation that requires a little less effort than full docstrings or wikis.

Here is an article about them: https://www.geeksforgeeks.org/python-data-types/

If we want data types for the OnAIR package, I can get started on a PR to add types to our functions.

@dragonejt
Copy link
Contributor Author

Working on this for the data handlers first, will submit a PR soon

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

1 participant