JPDev@programming.dev to Programmer Humor@programming.dev · 9 months agoWhitespaceprogramming.devimagemessage-square59fedilinkarrow-up1305arrow-down110
arrow-up1295arrow-down1imageWhitespaceprogramming.devJPDev@programming.dev to Programmer Humor@programming.dev · 9 months agomessage-square59fedilink
minus-squareShortFuse@lemmy.worldlinkfedilinkarrow-up3arrow-down1·edit-29 months 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.