Template Programming
Template programming is super useful, but when to use it?
I do get confused sometimes on whether I should use template programming as opposed to inheritance.
https://stackoverflow.com/questions/7264402/when-to-use-template-vs-inheritance
Inheritance provides runtime abstraction. Templates are code generation tools.
Most of my notes are in template.