|
|
|
|
|
by berkes
346 days ago
|
|
Not only that. Often mitigations can be placed even if the actual bug cannot be reproduced. Like many others in the thread suggested. I've encountered several impossible to reproduced bugs in the past. And what I (or my team) would then do, is re-architecture (refactor) some pieces of software so that we could reproduce it. Like e.g. better logging, specialized layers/adapters/services, simpler logic, and -above all- better testability. |
|