About 7,140 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 clean …

  2. Refactoring and Design Patterns

    When to refactor How to refactor Catalog Code Smells Bloaters Long Method Large Class Primitive Obsession Long Parameter List Data Clumps Object-Orientation Abusers Switch Statements …

  3. How to refactor

    You can either refactor the tests themselves or write an entirely new set of higher-level tests. A great way to avoid this kind of a situation is to write BDD-style tests.

  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. 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 only for …

  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. Refactorización y patrones de diseño

    La refactorización es un proceso controlable de mejora del código sin crear nuevas funcionalidades. Los patrones de diseño son soluciones habituales a problemas que ocurren con frecuencia en el diseño …

  8. Interactive Refactoring Course: Dive Into Refactoring

    Dive Into Refactoring teaches you how to properly deal with legacy code, how to identify ugly code and how to clean it safely. The course covers 21 smells of bad code and 66 refactoring techniques to fix …

  9. Refactorisation et patrons de conception

    La refactorisation est un procédé modulable qui permet d’améliorer le code sans y ajouter de nouvelles fonctionnalités. Les patrons de conception sont des solutions classiques à des problèmes récurrents …

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

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