Few of the key benefits of refactoring techniques in software development:
Code becomes easier to maintain.
Code becomes more easily readable. A common thumb rule is that it’s fits within one screen.
Duplicate chunks of code is modularized.
Thereby the duplicate codes are moved into private methods.
Proper exception handling.
Nulls are handled properly.
Could be better ready for unit testing.