Generics in C# and Unity - Do More with Less Code
Video Statistics and Information
Channel: One Wheel Studio
Views: 4,341
Rating: undefined out of 5
Keywords: Unity3d, Indie Game, Game Development, C#, C Sharp
Id: 6ED4Qo0Yi6o
Channel Id: undefined
Length: 12min 40sec (760 seconds)
Published: Thu Jan 14 2021
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.
Generics are useful to reduce the amount of code needed in a project. Generics allow code to be reused over and over with different types. This means less code to write, less to debug and hopefully your project gets finished just a little earlier! Despite looking a bit scary they aren't all that difficult to use.
Hopefully, this is helpful and helps to demystify generics for someone :)