257m@lemmy.ml to Programming@programming.dev · 1 year agoWhat are your programming hot takes?message-squaremessage-square79fedilinkarrow-up13arrow-down10
arrow-up13arrow-down1message-squareWhat are your programming hot takes?257m@lemmy.ml to Programming@programming.dev · 1 year agomessage-square79fedilink
minus-squaremillion@lemmy.worldlinkfedilinkEnglisharrow-up4·edit-21 year agoRefactoring is something that should be constantly done in a code base, for every story. As soon as people get scared about changing things the codebase is on the road to being legacy.
minus-squarebrettvitaz@programming.devlinkfedilinkarrow-up0arrow-down1·edit-21 year agoOnly if the code base is well tested. Edit: always add tests when you change code that doesn’t have tests.
Refactoring is something that should be constantly done in a code base, for every story. As soon as people get scared about changing things the codebase is on the road to being legacy.
Only if the code base is well tested.
Edit: always add tests when you change code that doesn’t have tests.