5
gsn16
5y

has anyone here done a proper refactoring? i mean, documenting, following some rules, etc.

i need to know the process and guidelines for refactoring, what & how to document, where to start, etc.

i am assigned to a project for a short term and my job is to do refactoring of Reactjs code. and i need to do it in a really good way.

any help would be highly appreciated.
thank you.

Comments
  • 1
    there are surely some books about that? I can imagine that Clean Code and Pragmatic Programmer could have some refactoring guidelines?
  • 1
    Design patterns by gang of four is your friend.
Add Comment