About 117,000 results
Open links in new tab
  1. Code refactoring - Wikipedia

    In computer programming and software design, code refactoring is the process of restructuring existing source code —changing the factoring —without changing its external behavior. Refactoring is …

  2. Refactoring: clean your code

    Refactoring is the controllable process of systematically improving your code without writing new functionality. The goal of refactoring is to pay off technical debt. The mantra of refactoring is clean …

  3. Refactoring - Introduction and Its Techniques - GeeksforGeeks

    Apr 3, 2025 · Refactoring or Code Refactoring is defined as systematic process of improving existing computer code, without adding new functionality or changing external behaviour of the code. It is …

  4. Refactoring and Design Patterns

    Refactoring is a controllable process of improving code without creating new functionality. Design Patterns are typical solutions to the commonly occurring problems in software design.

  5. Refactoring

    Refactoring is a part of day-to-day programming Refactoring isn't a special task that would show up in a project plan. Done well, it's a regular part of programming activity. When I need to add a new feature …

  6. Refactoring - Martin Fowler

    Refactoring is a controlled technique for improving the design of an existing code base. Its essence is applying a series of small behavior-preserving transformations, each of which “too small to be worth …

  7. What is code refactoring? - IBM

    Apr 30, 2025 · Code refactoring is a software development practice that alters the internal structure of software code without modifying its external behavior or impacting its functionality. These minor …

  8. 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 …

  9. How to Refactor Code: 9 Proven Methods (+ Code Examples)

    Jul 3, 2025 · Learn 9 effective code refactoring methods with code examples. Boost code quality, fix tech debt, and improve performance in your software development process.

  10. Refactoring - Visual Studio Code

    Refactoring Source code refactoring can improve the quality and maintainability of your project by restructuring your code, while not modifying the runtime behavior. Visual Studio Code supports …