257m to Programming@programming.dev • 1 year agoWhat are your programming hot takes?message-square895fedilinkarrow-up1352arrow-down114
arrow-up1338arrow-down1message-squareWhat are your programming hot takes?257m to Programming@programming.dev • 1 year agomessage-square895fedilink
minus-square@brettvitaz@programming.devlinkfedilink28•edit-21 year agoOnly if the code base is well tested. Edit: always add tests when you change code that doesn’t have tests.
minus-square@mark@programming.devlinkfedilink3•1 year 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)