Frontmania ’23 – Emil van Galen – TypeScript inaccuracies? Let’s fix those types! – Emil van Galen
When coding in TypeScript, the return type of a function might turn out to be too broad (union type), too lenient (`any` type), or even incorrect. Leading to using type / non-null assertions, a false sense of type-safety security, or plain confusion. And to make things worse, those inaccurate return types are not exclusive to […]