pcouy@lemmy.pierre-couy.fr to Programming@programming.dev · 1 year agoCode Smells Catalogluzkan.github.ioexternal-linkmessage-square56fedilinkarrow-up166arrow-down17
arrow-up159arrow-down1external-linkCode Smells Catalogluzkan.github.iopcouy@lemmy.pierre-couy.fr to Programming@programming.dev · 1 year agomessage-square56fedilink
minus-squaremorrowind@lemmy.mllinkfedilinkarrow-up6arrow-down2·1 year agoI’m not going through every one, but null checks, vertical separation, status variables and binary operator in name, are all things that often make your code better and more readable
I’m not going through every one, but null checks, vertical separation, status variables and binary operator in name, are all things that often make your code better and more readable