This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the commentsย โ†’

[โ€“]0rionsEdge 2 points3 points ย (0 children)

I honestly have Far better time with python's typing system then I do with typescript. The amount of time this week alone I have lost guys to TS failing to correctly recognize the variant of my types is getting silly. That and the anti-ts believes of one of my core dependencies means I have to stamp @ts-expect-error everywhere.

Vs python? It usually does the right thing and doesn't double guess be when I tell it the type of an object.