▲ 342 ▼ What are your programming hot takes? (lemmy.ml) submitted 3 years ago by 257m@lemmy.ml to c/programming@programming.dev 894 comments fedilink hide all child comments
[–] brettvitaz@programming.dev 30 points 3 years ago* (1 child) Only if the code base is well tested. Edit: always add tests when you change code that doesn’t have tests. permalink fedilink source parent hideshow 2 child comments replies: [–] mark@programming.dev 3 points 3 years ago And also try to make tests that don't have to change if you refactor in future (although there are some exceptions) permalink fedilink source parent
[–] mark@programming.dev 3 points 3 years ago And also try to make tests that don't have to change if you refactor in future (although there are some exceptions) permalink fedilink source parent