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