aiohttp-demos icon indicating copy to clipboard operation
aiohttp-demos copied to clipboard

Plans to add Typing?

Open Henddher opened this issue 2 years ago • 1 comments

Hi,

Any plans to add typing to all demos?

So far, it hasn't been too hard to add typing to my code using aiohttp's websockets. However, it is a bit tricky to navigate aiohttp's code to find what and where the types are.

I think that adding typing to all demos would help new comers.

Henddher avatar Sep 18 '22 14:09 Henddher

Feel free to make a PR (maybe 1 demo at a time). Ask any questions here or in the PR if you are unsure.

From what I've seen, it's pretty straightforward, and I don't normally need to look at the aiohttp code (atleast since we've added Handler and Middleware type aliases).

Dreamsorcerer avatar Sep 18 '22 21:09 Dreamsorcerer