Rob on Nostr: I'm finding myself bitching about Python a lot (go figure, it's the main language at ...
I'm finding myself bitching about Python a lot (go figure, it's the main language at $dayjob)
but most of my complaints come down to types. I prefer static types checked by the compiler. I will always prefer this. Compilers will catch things I don't think of all the time.
Python's type annotations are good, but the time it takes mypy to check a large codebase is prohibitive
but most of my complaints come down to types. I prefer static types checked by the compiler. I will always prefer this. Compilers will catch things I don't think of all the time.
Python's type annotations are good, but the time it takes mypy to check a large codebase is prohibitive