|
|
|
|
|
by infamia
666 days ago
|
|
Idk they're just different tradeoffs to me. Types are real and enforceable at runtime in Python (e.g, pydantic). Types in TS/JS are a fake veneer that add a build step. Is that categorically better? I don't love Python typing syntax. |
|
So yes, its categorically better.