What do you think of Continuous Deployment, where you push code to main and, if the tests pass, that code is automatically deployed to production?
@simon It Is The Way(tm)…. At least on the pure TDD projects I run. Projects containing legacy code (as per Michael Feathers’ definition), absolutely no way.