Bold Programmer Coding from the trenches

Bold Programmer

Coding from the trenches

December 3, 2018

Grasping Generics

Maybe you’ve seen some odd <T> things in your code, or heard about Generics and want to know what’s going on. Maybe you’ve even used them yourself but don’t really understand the details.

Read on as we take a look at a simple use case, and then expand to get into the details that will really let you grasp generics.