About 50 results
Open links in new tab
  1. What is refactoring and what is only modifying code?

    Martin Fowler's "Refactoring: Improving the Design of Existing Code" is perhaps THE reference: Refactoring is a controlled technique for improving the design of an existing code base. Its essence …

  2. What is refactoring? - Stack Overflow

    Refactoring is modifying existing code to improve its readability, re-usability, performance, extensibility and maintainability. Have you ever looked at code and thought, "Wow this is a mess" or "this could …

  3. refactoring - "refactor refactor refactor your code." What does this ...

    Refactoring code is a process of cleaning up your code, reducing the clutter and improving the readability without causing any side effects or changes to features. Basically, you refactor by …

  4. Newest 'refactoring' Questions - Stack Overflow

    Jan 21, 2026 · Assume that I am doing some refactoring in app's code that uses some relational database. It was decided that some columns and tables are not required from domain perspective, …

  5. refactoring - Could someone explain the pros of deleting (or keeping ...

    Code may be tested on syntetical and real environment If organized well (grouped, separate package, loosely coupled etc) it doesn't disturbs you on overall code analysis or refactoring Code may be used …

  6. What's the difference between "Suggestion" and "Refactoring Only" in ...

    Nov 24, 2021 · Violations of a Refactoring Only / silent rule aren't visible to the user, but the Quick Actions and Refactorings... menu shows an entry to resolve the violation (similarly as for Suggestion …

  7. refactoring - How do you refactor a God class? - Stack Overflow

    Feb 14, 2013 · Refactoring a God Class is a complex task, as this disharmony is often a cumulative effect of other disharmonies that occur at the method level. Therefore, performing such a refactoring …

  8. Refactoring in VS Code - Stack Overflow

    Feb 12, 2022 · Refactoring in VS Code Asked 3 years, 11 months ago Modified 3 years, 11 months ago Viewed 4k times

  9. Refactoring in Vim - Stack Overflow

    Jan 9, 2012 · Refactoring is very language-specific. You need to look for specific add-ons for each language you're interested in. You'll presumably find add-ons for some and not for others. If there's …

  10. Python refactoring fails in Visual Studio Code - Stack Overflow

    Jan 27, 2018 · Python refactoring fails in Visual Studio Code Asked 8 years ago Modified 5 years, 2 months ago Viewed 18k times