sesgoe
No user record in our sample, but sesgoe has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but sesgoe has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
Please listen to this advice for anyone giving this a go after reading these comments. I was pretty green to the Python typing ecosystem when I started implementing it in our large pre-existing codebase, and I did not…
> Rather than doing this, which does indeed seem like a headache, it may make more sense to skip import following at the very beginning until your core is typed so you can still enforce typing on the leaf nodes moving…
There's a ton of motivation from a DX perspective -- Python type hinting's arguably least valuable feature is the autocompletion improvement that comes with it. It's nice to be able to hit `.` in your editor and have…
Yeah, this is something we tried! And yea, from an IDE perspective, it seems like maybe a sensible default would be to run `mypy ${CURRENT_FILE}` on save or something -- I've tried this manually myself, and it's decent,…
From my experience working on an older Python codebase, this issue is definitely a headache. It's extremely difficult to gradually adopt typing in an older Python codebase with almost no typing information because the…