Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Why Refactoring Is The Best Tool To Write Better Code

Why Refactoring Is The Best Tool To Write Better Code

Refactoring is the process of modifying and restructuring code without changing its functionality. Most developers now think of old legacy applications and the process of upgrading them to current coding standards. That's refactoring too, but it is so much more.

Refactoring is a skill that you can integrate into your daily coding workflow. It lets you focus on making your code work before you can adapt it to your needs.

This talk is for every developer who wants to write better code. I will show you how to make refactoring a new skill of your own and how it benefits your whole coding workflow.

Christoph Rumpel

September 01, 2021
Tweet

More Decks by Christoph Rumpel

Other Decks in Technology

Transcript

  1. What is "Refactoring" ? Refactoring is the process of modifying

    and restructuring code without changing its functionality. " "
  2. Coding Without Refactoring Make your code work + easy to

    read + self-explaining + expressive + consistent = All together !
  3. Coding With Refactoring Make your code work Easy to read

    (refactoring) Self-explaining (refactoring) Expressive (refactoring) Consistent (refactoring) ✅ ✅ ✅ ✅ ✅
  4. Refactoring = changing code Changing code = & Tests =

    ' Make your life easier with Tests ( Refactoring ❤ Tests