JPDev@programming.dev to Programmer Humor@programming.dev · 9 months agoWhitespaceprogramming.devimagemessage-square52fedilinkarrow-up17arrow-down10
arrow-up17arrow-down1imageWhitespaceprogramming.devJPDev@programming.dev to Programmer Humor@programming.dev · 9 months agomessage-square52fedilink
minus-squareScoopta@programming.devlinkfedilinkarrow-up0·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.