257m@lemmy.ml to Programming@programming.dev · 2 years agoWhat are your programming hot takes?message-squaremessage-square894fedilinkarrow-up1352arrow-down114
arrow-up1338arrow-down1message-squareWhat are your programming hot takes?257m@lemmy.ml to Programming@programming.dev · 2 years agomessage-square894fedilink
minus-squarebrettvitaz@programming.devlinkfedilinkarrow-up29arrow-down1·edit-22 years agoOnly if the code base is well tested. Edit: always add tests when you change code that doesn’t have tests.
minus-squaremark@programming.devlinkfedilinkarrow-up3·2 years agoAnd also try to make tests that don’t have to change if you refactor in future (although there are some exceptions)
Only if the code base is well tested.
Edit: always add tests when you change code that doesn’t have tests.
And also try to make tests that don’t have to change if you refactor in future (although there are some exceptions)