Software Engineering KB

Home

❯

06 Development Process

❯

04 Code Quality

❯

01 Concept

❯

Refactoring Techniques

Refactoring Techniques

Feb 10, 20261 min read

  • code-quality
  • refactoring
  • techniques

Refactoring Techniques

← Back to Refactoring

Extract method/class, rename, move, inline, introduce parameter object. Each technique is a small, well-defined transformation that improves code structure. Applied in small steps with tests verifying behavior is preserved.

Key Properties

  • Extract Method
  • Rename
  • Introduce Parameter Object

code-quality refactoring techniques


Graph View

  • Refactoring Techniques
  • Key Properties

Backlinks

  • Refactoring
  • Extract Method

Created with Quartz v4.5.2 © 2026

  • GitHub