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