Live data from Hacker News

Viewing profile — sesgoe

sesgoe

HN member
Joined
Tue, Apr 11, 2023, 8:33 PM UTC
HN karma
7
Public activity
5 items

About sesgoe

Principal Engineer @ The Home Depot

https://www.thegoegetter.com/

Recent public activity

  1. comment
    Comment #39179695

    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…

  2. comment
    Comment #39179609

    > 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 en…

  3. comment
    Comment #39179510

    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 abl…

  4. comment
    Comment #39178482

    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…

  5. comment
    Comment #39178026

    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 alm…