pcouy@lemmy.pierre-couy.fr to Programming@programming.dev · 4 days agoCode Smells Catalogluzkan.github.ioexternal-linkmessage-square53fedilinkarrow-up164arrow-down17
arrow-up157arrow-down1external-linkCode Smells Catalogluzkan.github.iopcouy@lemmy.pierre-couy.fr to Programming@programming.dev · 4 days agomessage-square53fedilink
minus-squaremorrowind@lemmy.mllinkfedilinkarrow-up8arrow-down3·4 days agohalf of these will make your code better lmao
minus-squareScratch@sh.itjust.workslinkfedilinkEnglisharrow-up1·2 days agoLike all things programming; It Depends.
minus-squareshnizmuffin@lemmy.inbutts.lollinkfedilinkEnglisharrow-up5·4 days agoMy code is exclusively Complicated Regular Expressions and it’s screaming fast.
minus-squaremorrowind@lemmy.mllinkfedilinkarrow-up6arrow-down2·4 days 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
half of these will make your code better lmao
which half?
Like all things programming; It Depends.
I’ll never tell
My code is exclusively Complicated Regular Expressions and it’s screaming fast.
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