3 ms·
I like TypeScript. It catches bugs in programs that Go doesn’t.
by madeofpalk 3mo ago
I like TypeScript. It catches bugs in programs that Go doesn’t.
- Exoristos 3mo agoIsn't Go strongly, statically typed?
- madeofpalk 3mo agoFor various definitions of "strong". People (ab)use pointers to hack in nil support, and the type system can't perform nil checks for you, so you still end up with runtime errors if you're not careful enough.