Answer the question
In order to leave comments, you need to log in
We do one thing - we break everything else?
Who faced such that your development department (php, js, css) makes a feature/page/method/functionality more or less successfully, but what was implemented earlier constantly breaks down?
Why is this happening? How to deal with it? Need to enter documentation? Testing? Do developers need to be strictly tied to specific guidelines and frameworks?
I would be grateful for your examples of solving similar situations and useful links.
Answer the question
In order to leave comments, you need to log in
We write our code according to TDD
After the feature is implemented, it runs all tests .
If the tests fail, we decide how to write our part, so that tests that do not relate to our part do not fall
Let's be honest, products with real food value have so many states that some of them will always be broken.
Regardless of frameworks, testing, etc. There will be bugs, and the more changes you make, the more likely you are to introduce bugs.
However, there are quite standard methods to minimize this pain.
These are testing practices (not only by testers) and increasing code culture, code reviews, product status monitoring, normal release practices, and so on and so forth.
There is no single way to "fix everything at once".
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question