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