@[email protected] to Programmer [email protected] • 1 year agoWhitespaceprogramming.devimagemessage-square51fedilinkarrow-up1295arrow-down110
arrow-up1285arrow-down1imageWhitespaceprogramming.dev@[email protected] to Programmer [email protected] • 1 year agomessage-square51fedilink
minus-square@ShortFuselink2•edit-21 year agoI 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.
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.