100DaysOfGameDev: Day 38

It was a bit risky since I had ten more minutes until the day ended, however, I can announce with ease that TEMPLATES NO MORE!!! Well at least for now, but if I will need more advanced knowledge I will return to it. I have watched all the classes from the C++ series mentioned in recent blogs on this topic and learned some fancy magicary-trickery techniques. I can with confidence now say, that compared to C++ templates the Java generics are a baby toy. Not that it is good or bad, personally I would want to avoid templates/generics as much as possible. Tomorrow I will finally start with my C++ raytracer series. As an end note, I will leave some code snipped, which uses templates to tell if the provided type list is homogenous or not.

p.s. nvm time is ending, I will post it as a part of the next blog post. See you!