295
Whitespace
(programming.dev)
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
I don't code much C++, but then I'd lose alignment with:
x = *p;
and I feel that would bug me.I'm looking at Google Style Guide for my next project and it says either is fine, just don't declare more than one per line.