codeinabox@programming.dev to Programming@programming.devEnglish · 25 days agoDon't make Clean Code harder to maintain, use the Rule of Threeunderstandlegacycode.comexternal-linkmessage-square2linkfedilinkarrow-up113arrow-down10
arrow-up113arrow-down1external-linkDon't make Clean Code harder to maintain, use the Rule of Threeunderstandlegacycode.comcodeinabox@programming.dev to Programming@programming.devEnglish · 25 days agomessage-square2linkfedilink
minus-squareKissYagni@programming.devlinkfedilinkarrow-up16·edit-225 days ago“Bad abstraction is worse than duplication” Oh shit, thank you so much for this part ! I don’t even count number of time I had to face enthusiasts developers saying "These lines of code are very similar, let’s factorize them ! " And that’s how MathManagerHelper class is born…
“Bad abstraction is worse than duplication”
Oh shit, thank you so much for this part ! I don’t even count number of time I had to face enthusiasts developers saying "These lines of code are very similar, let’s factorize them ! "
And that’s how MathManagerHelper class is born…