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