@JPDev@programming.dev to Programmer Humor@programming.dev • 1 year agoWhitespaceprogramming.devimagemessage-square58arrow-up1306
arrow-up1306imageWhitespaceprogramming.dev@JPDev@programming.dev to Programmer Humor@programming.dev • 1 year agomessage-square58
minus-square@Scoopta@programming.devlinkfedilink5•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.