Tag: refactoring
All the articles with the tag "refactoring".
Tech Watch Posts
Good Refactoring vs Bad Refactoring
Published: at 03:11 PMThis is an article about good versus bad refactoring. It discusses what refactoring is and the importance of doing it well. The article also details several common pitfalls to avoid, such as changing coding styles too much or adding unnecessary abstractions. Finally, it offers tips for successful refactoring, including being incremental, understanding the code deeply, and using testing tools.