@JPDev@programming.dev to Programmer Humor@programming.dev • 1 year agoWhitespaceprogramming.devimagemessage-square72fedilinkarrow-up1305arrow-down110
arrow-up1295arrow-down1imageWhitespaceprogramming.dev@JPDev@programming.dev to Programmer Humor@programming.dev • 1 year agomessage-square72fedilink
minus-square@Scoopta@programming.devlinkfedilink4•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.