Ask HN: How to make sure developers do not change public API?
How do you make sure developers in your team or in the company do not change the public API of the application when it is not planned? Yes you can write unit-tests, but they can also change/fix the unit-tests to have a green build.
3 comments
[ 3.4 ms ] story [ 18.5 ms ] threadWhereas unit tests test the product, these tests are oriented towards the development process.
https://codewithoutrules.com/2016/03/01/process-reminders/ has an example.