Search Results

0
votes

How do you apply Scrum to maintenance and legacy code improvements?

You ask about how to use a process for emergencies. Try to reserve the word "emergency" for things that require hacking the code in the production environment with the users connected at the same …
2
votes

Why didn’t unit testing work out for your project?

I know you are looking for complete failures, but I have found that unit tests are not enough though they certainly help. I work in moderately large systems: 1 million lines of code, mult …