@[email protected] to Programmer [email protected] • 11 months agoWhitespaceprogramming.devimagemessage-square51fedilinkarrow-up1295arrow-down110
arrow-up1285arrow-down1imageWhitespaceprogramming.dev@[email protected] to Programmer [email protected] • 11 months agomessage-square51fedilink
minus-square@[email protected]linkfedilink4•11 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.