257m to [email protected] • 2 years agoWhat are your programming hot takes?message-square868fedilinkarrow-up1316arrow-down112
arrow-up1304arrow-down1message-squareWhat are your programming hot takes?257m to [email protected] • 2 years agomessage-square868fedilink
minus-square@[email protected]linkfedilink21•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-square@[email protected]linkfedilink3•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)