Quantcast
Channel: Code Review - Eric Feminella
Viewing all articles
Browse latest Browse all 23

Facilitating Reuse with TypeScript Generics

$
0
0

As is so often emphasized in my articles, facilitating reuse is perhaps one of the most import aspects of system design. For over a decade, languages such as Java, and C# have used generics as one of the primary mechanisms for reuse (I recall first hearing about them in C# back in 2005). Fortunately, Generics have been a key feature... Continue Reading

The post Facilitating Reuse with TypeScript Generics first appeared on Eric Feminella.


Viewing all articles
Browse latest Browse all 23

Trending Articles