DEV Community

# refactoring

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Extract Method Refactoring

Extract Method Refactoring

4
2 min read
Rewriting Vs Refactoring Code: How To Navigate The Two

Rewriting Vs Refactoring Code: How To Navigate The Two

9 min read
Refactoring Legacy Code – What You Need To Be Effective

Refactoring Legacy Code – What You Need To Be Effective

9 min read
When To Refactor Code - How To Maximize Efficiency and Minimizing Tech Debt

When To Refactor Code - How To Maximize Efficiency and Minimizing Tech Debt

9 min read
The Baseline Approach: A Game-Changer for Legacy Code

The Baseline Approach: A Game-Changer for Legacy Code

3 min read
A Tale of Two Kitchens - Hypermodernizing Your Python Code Base

A Tale of Two Kitchens - Hypermodernizing Your Python Code Base

13
6
17 min read
How to Generate Unique Names With a Plain Old Ruby Object

How to Generate Unique Names With a Plain Old Ruby Object

1
3 min read
How to identify and fix code smells?

How to identify and fix code smells?

3
11 min read
Strategic Considerations for Using Named Arguments in Code

Strategic Considerations for Using Named Arguments in Code

3 min read
Code Migration with ECS in JavaScript (from C++)

Code Migration with ECS in JavaScript (from C++)

1
3 min read
Refactoring Ruby: Replace Temp with Query

Refactoring Ruby: Replace Temp with Query

1
2 min read
Redefining Programming with Minimal Operations

Redefining Programming with Minimal Operations

2 min read
Ruby enumerables considered helpful

Ruby enumerables considered helpful

1
5 min read
Code Refactoring: The Art of Crafting Readable, Concise, and Well-Designed Code

Code Refactoring: The Art of Crafting Readable, Concise, and Well-Designed Code

7
3 min read
Refactoring Ruby: Extract Method

Refactoring Ruby: Extract Method

4
2 min read
How To Main Separation of Concerns in React

How To Main Separation of Concerns in React

14
2
3 min read
Refactoring Ruby: Extract Variable

Refactoring Ruby: Extract Variable

5
4
2 min read
Killing Python side effects in pictures

Killing Python side effects in pictures

10 min read
Sloan's Inbox: Will working with legacy code hold me back?

Sloan's Inbox: Will working with legacy code hold me back?

10
7
1 min read
Why use Enums instead simple primitive types

Why use Enums instead simple primitive types

1
2
2 min read
Oof – look, that's a legacy codebase!

Oof – look, that's a legacy codebase!

19
9 min read
TDD Sencillo

TDD Sencillo

3
5 min read
Refactoring Javascript code with Object Literals: A Clean and Readable Approach

Refactoring Javascript code with Object Literals: A Clean and Readable Approach

6
4
2 min read
Replacing tuples with records

Replacing tuples with records

4 min read
How to convert a Java pojo class to Record fastly

How to convert a Java pojo class to Record fastly

4
3 min read
loading...