About 50 results
Open links in new tab
  1. Refactoring: clean your code

    Refactoring Refactoring is a systematic process of improving code without creating new functionality that can transform a mess into clean code and simple design.

  2. 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.

  3. 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.

  4. Refactoring Techniques

    Much of refactoring is devoted to correctly composing methods. In most cases, excessively long methods are the root of all evil. The vagaries of code inside these methods conceal the execution …

  5. Рефакторинг и Паттерны проектирования

    Рефакторинг — это контролируемый процесс улучшения вашего кода, без написания новой ...

  6. Clean code - Refactoring.Guru

    Clean code 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 …

  7. When to refactor

    When adding a feature 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 …

  8. How to refactor

    How to refactor Refactoring should be done as a series of small changes, each of which makes the existing code slightly better while still leaving the program in working order. Checklist of refactoring …

  9. Design Patterns - refactoring.guru

    Design patterns are typical solutions to common problems in software design. Each pattern is like a blueprint that you can customize to solve a particular design problem in your code.

  10. リファクタリングとデザインパターン - refactoring.guru

    ハロー 、 ワールド! Refactoring.Guru を使えば 、 リファクタリング 、 デザインパターン 、 SOLID 原則 、 その他の賢明なプログラミング技法について 、 知っておくべきことを簡単に見つけ出せ …