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

@molecularmusing I assume the magic is in the double spaces 🤔 gotta try it when I have the chance, that's hilarious and kinda neat.
do you actually use it in production?
@maliusarth This would be *really* cursed to use in production, for reasons you have yet to figure out I guess...
@molecularmusing tried it out in godbolt and it didn't work with regular whitespaces
what's the secret sauce? 🤔
@maliusarth Unicode characters.