About 9,400 results
Open links in new tab
  1. 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 …

  2. Refactoring and Design Patterns

    Refactoring.Guru makes it easy for you to discover everything you need to know about refactoring, design patterns, SOLID principles, and other smart programming topics. This site …

  3. Refactoring Techniques

    These refactoring techniques show how to safely move functionality between classes, create new classes, and hide implementation details from public access.

  4. Clean code - Refactoring.Guru

    The main purpose of refactoring is to fight technical debt. It transforms a mess into clean code and simple design. Nice! But what’s clean code, anyway? Here are some of its features: Clean …

  5. How to refactor

    New functionality shouldn’t be created during refactoring. Don’t mix refactoring and direct development of new features. Try to separate these processes at least within the confines of …

  6. Refactorización y patrones de diseño

    Refactoring.Guru te ayuda a descubrir todo lo que necesitas saber sobre la refactorización, los patrones de diseño, los principios SOLID y otros temas de la programación inteligente. Este …

  7. When to refactor

    Refactoring helps you understand other people’s code. If you have to deal with someone else’s dirty code, try to refactor it first. Clean code is much easier to grasp. You will improve it not …

  8. Catalog of Refactoring

    Full list of refactoring techniques and code smells. It's better to understand what's wrong with the code before trying to improve it. Once problem is determined, just pick a refactoring and follow …

  9. Interactive Refactoring Course: Dive Into Refactoring

    The course teaches you about 21 smells of bad code and 66 refactoring techniques to fix them. Each chapter includes examples in Java, C# and PHP. The refactoring techniques are …

  10. Refactorisation et patrons de conception

    Refactoring.Guru vous facilite l’accès à tout ce que vous devez savoir sur la refactorisation, les patrons de conception, les principes SOLID, et d’autres sujets intéressants de la programmation.

Refresh