Tired of having to add types to your code in C++?
Can't decide on auto vs. no auto?
I have another simple rule in my codebase:
#define used types once at the top, let the compiler figure out the rest and stop caring about details.
With video proof this time!
#cpp