JPDev to Programmer Humor · 1 year agoWhitespaceimagemessage-square59linkfedilinkarrow-up1305arrow-down110
arrow-up1295arrow-down1imageWhitespaceJPDev to Programmer Humor · 1 year agomessage-square59linkfedilink
minus-squareowsei@lemmy.worldlinkfedilinkarrow-up4arrow-down1·1 year agotbh I always think about it as ‘p’ is a pointer to int therefore *p is an int therefore I should call it int *p; however, of course, you should use what your team prefers. Having good yet inconsistent style is worst than mid consistent style.
tbh I always think about it as ‘p’ is a pointer to int
therefore *p is an int
therefore I should call it int *p;
however, of course, you should use what your team prefers. Having good yet inconsistent style is worst than mid consistent style.