|
|
|
|
|
by verdverm
1244 days ago
|
|
There comes a time where you need to focus on stability over features. Good, automatic testing on every commit is going to be your best antidote here. It should be easy to add regression tests for bugs so they don't come back. It should also be easy to add new tests. Not just unit tests, also integration tests of the full platform. Reducing the barrier to adding and running tests will help prevent them from being avoided. It should be cultural to do this, instill this behavior early. You might want someone with experience to come in and help you get this initial setup in place. Feel free to ping me if interested, email in profile |
|