Can JAVA refactoring projects run independently?

in the learning web, section, it is said that some changes can be made based on the original project (project3) through refactoring. I have the supporting source code, so can those who directly import the newly refactored project (project4) run independently? Or is there something in project4 that quotes project3 (it should be unlikely..)

/ / because this is a long time ago, there are several places that need to be debugged. So do you want to make sure that the refactored project can run independently?

Mar.09,2021

Code refactoring is a change at the source code level, and there will be no more dependencies. If you understand the code, you can rest assured that you should back up the original code first, just in case.)

Menu