tetra-framework / tetra

Tetra - A full stack component framework for Django using Alpine.js
https://www.tetraframework.com
MIT License
540 stars 14 forks source link

Add type annotations to all functions/methods #51

Open nerdoc opened 3 months ago

nerdoc commented 3 months ago

More a note to @self: This is a good way to get through the entire codebase and have a look at each function. And helps preventing type errors, as IDEs like PyCharm (+VSCode?) provide hints when the returned type does not match.