JPDev@programming.dev to Programmer Humor@programming.dev · 9 months agoWhitespaceprogramming.devimagemessage-square59fedilinkarrow-up1303arrow-down110
arrow-up1293arrow-down1imageWhitespaceprogramming.devJPDev@programming.dev to Programmer Humor@programming.dev · 9 months agomessage-square59fedilink
minus-squareScoopta@programming.devlinkfedilinkarrow-up5arrow-down1·9 months agoI do this in my code because it looks better and makes more sense…until I decide to declare 2 vars on one line and then I use the very cursed int* a, *b
I do this in my code because it looks better and makes more sense…until I decide to declare 2 vars on one line and then I use the very cursed
int* a, *b
I just wouldn’t do that.