can the tested code be refactored
excuse me, can the code tested by the tester be refactored? Or can only treat the head with bug, and treat the foot with piecemeal treatment?
excuse me, can the code tested by the tester be refactored? Or can only treat the head with bug, and treat the foot with piecemeal treatment?
you have delivered the requirements!
can be refactored, but you have to consider whether it is suitable for refactoring at the moment!
if you think there is a big problem to restructure, you should discuss it with the leader
if the code is reasonable, just change the bug. Wait until the next requirement before considering refactoring
Previous: Install virtio-rng? in centos 7
Let me summarize that for any program, we first need to know whether it will run in a multithreaded environment or whether a variable will be shared by multiple threads at the same time. If so, you need to consider the issue of thread safety. ...