TypeScript Is a Dev Tool; Not Your Test Suite
This is not another article shitting on TypeScript, but trying to show what it offers and what it doesn't. (more…)
Read more »We can find the concept of generic types across many languages such as Java, C#. Naturally, they found their way into TypeScript. In this article, we discuss their purpose and provide various examples. We also discuss naming conventions for generics that … Read more