DEV Community

Refactor it!

Help someone refactor their code, submit some code you want help to be refactored, or show how you refactored something.

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
Extract Method Refactoring Technique in C# – What You Need To Know

Extract Method Refactoring Technique in C# – What You Need To Know

Comments
5 min read
Refactoring Rails Helpers from static to dynamic rendering

Refactoring Rails Helpers from static to dynamic rendering

Comments
5 min read
Refactoring C# Code – 4 Essential Techniques Simplified

Refactoring C# Code – 4 Essential Techniques Simplified

1
Comments
10 min read
Rendering PDF from URLs and HTML input using express js

Rendering PDF from URLs and HTML input using express js

7
Comments
5 min read
OO to Elixir: Clean Code With Pattern Matching

OO to Elixir: Clean Code With Pattern Matching

4
Comments 2
3 min read
When Should Code Be Refactored? What You Need To Know

When Should Code Be Refactored? What You Need To Know

Comments
8 min read
The cost of refactoring

The cost of refactoring

Comments
6 min read
Code smell | Side Effects

Code smell | Side Effects

1
Comments
1 min read
Make Vue's template refs clean & simple

Make Vue's template refs clean & simple

9
Comments
2 min read
Last Week of Hacktoberfest

Last Week of Hacktoberfest

Comments
4 min read
The Power of Prefactoring

The Power of Prefactoring

Comments
5 min read
Git Rebase: Learn2Blog Refactor

Git Rebase: Learn2Blog Refactor

1
Comments
5 min read
From Chaos to Clarity: The Power of Git Rebase

From Chaos to Clarity: The Power of Git Rebase

3
Comments
6 min read
How to convert a Java pojo class to Record fastly

How to convert a Java pojo class to Record fastly

Comments
3 min read
JavaScript refactoring best practices.

JavaScript refactoring best practices.

4
Comments
2 min read
Code smell | Hardcoded fake data in tests

Code smell | Hardcoded fake data in tests

6
Comments
3 min read
The Importance of Refactoring: Going Beyond "It Works"

The Importance of Refactoring: Going Beyond "It Works"

Comments
3 min read
Take Your Code to The Other Side

Take Your Code to The Other Side

101
Comments 27
11 min read
Improving your React Native code using Path Aliases

Improving your React Native code using Path Aliases

Comments
1 min read
Refactoring: The Key to Keeping Your Codebase Clean and Maintainable

Refactoring: The Key to Keeping Your Codebase Clean and Maintainable

1
Comments
2 min read
Porting from RequireJS to ES6

Porting from RequireJS to ES6

4
Comments 4
6 min read
Developer Meetup - How to Refactor Legacy Code?

Developer Meetup - How to Refactor Legacy Code?

Comments
4 min read
Code Refactoring

Code Refactoring

Comments
1 min read
What could possibly go wrong with code refactoring, after all?

What could possibly go wrong with code refactoring, after all?

Comments
1 min read
Is code refactoring always necessary for a small website?

Is code refactoring always necessary for a small website?

Comments
1 min read
Refactoring. From 6 to 180 lines.

Refactoring. From 6 to 180 lines.

4
Comments 3
4 min read
Refactoring. RegExp.

Refactoring. RegExp.

1
Comments
2 min read
Guys! Do you think this is correct about “Code Refactoring”

Guys! Do you think this is correct about “Code Refactoring”

Comments 6
1 min read
Refactoring Tools: Transformation Priority Premise

Refactoring Tools: Transformation Priority Premise

6
Comments
4 min read
Refactoring Tools: Fewer Errors with Declarative Style

Refactoring Tools: Fewer Errors with Declarative Style

2
Comments
3 min read
Fix my code! Chain of if-else statements.

Fix my code! Chain of if-else statements.

2
Comments
1 min read
Clean Unit Testing Part II - Give a context for your 'Arrange ' test body part

Clean Unit Testing Part II - Give a context for your 'Arrange ' test body part

5
Comments
3 min read
Refactoring Tools: Module Contracts for Lower Coupling

Refactoring Tools: Module Contracts for Lower Coupling

5
Comments
4 min read
Refactoring Tools: Pure Functions and Referential Transparency

Refactoring Tools: Pure Functions and Referential Transparency

8
Comments
5 min read
8 must-know tips for writing clean code with Javascript

8 must-know tips for writing clean code with Javascript

809
Comments 36
3 min read
Refactoring Tools: Early Return for Flatter Conditions

Refactoring Tools: Early Return for Flatter Conditions

7
Comments
5 min read
Refactoring Tools: Tactic Git for Smoother Refactoring

Refactoring Tools: Tactic Git for Smoother Refactoring

6
Comments
3 min read
Refactoring Tools: What to Avoid During Refactoring

Refactoring Tools: What to Avoid During Refactoring

1
Comments
2 min read
Refactoring Tools: How to Search for Bad Code

Refactoring Tools: How to Search for Bad Code

9
Comments
3 min read
Design Patterns - 1 - Strategy (C#)

Design Patterns - 1 - Strategy (C#)

3
Comments
2 min read
Refactor Like a Superhero: Introducing a New Online Book!

Refactor Like a Superhero: Introducing a New Online Book!

6
Comments 2
6 min read
5 extensions that make Jira suck less for engineers

5 extensions that make Jira suck less for engineers

23
Comments 1
3 min read
4 must-have VS Code extensions to write better code comments

4 must-have VS Code extensions to write better code comments

25
Comments 14
2 min read
How would you refactor this code? (tennis-3-modern)

How would you refactor this code? (tennis-3-modern)

3
Comments
1 min read
Code Smell | Magic Numbers

Code Smell | Magic Numbers

3
Comments 2
1 min read
The most important code smells every developer has to know

The most important code smells every developer has to know

9
Comments 4
1 min read
The code quality rules

The code quality rules

4
Comments
3 min read
Make Yourself Accessible: Legacy Rails Applications

Make Yourself Accessible: Legacy Rails Applications

1
Comments
13 min read
HIRING Sr. Software Engineers (Full Stack)

HIRING Sr. Software Engineers (Full Stack)

4
Comments
1 min read
Clean Code - How I'm Refactoring My First Project

Clean Code - How I'm Refactoring My First Project

5
Comments
5 min read
How to add React to Angular app with PubSub.

How to add React to Angular app with PubSub.

3
Comments
5 min read
Java 8 to Kotlin, Clojure and Java 17 - Part 2 Kotlin

Java 8 to Kotlin, Clojure and Java 17 - Part 2 Kotlin

6
Comments
1 min read
6 tips for refactoring code

6 tips for refactoring code

11
Comments
2 min read
Prototype to Maintainable Code

Prototype to Maintainable Code

Comments
3 min read
Java 8 to Kotlin, Clojure and Java 17 - Part 1 Java 8

Java 8 to Kotlin, Clojure and Java 17 - Part 1 Java 8

6
Comments
1 min read
Refactoring 006 - Rename Result Variables

Refactoring 006 - Rename Result Variables

8
Comments
1 min read
How to Reduce Time Spent on Refactoring? 3 Tipsâś…âś…âś…

How to Reduce Time Spent on Refactoring? 3 Tipsâś…âś…âś…

17
Comments 1
6 min read
If let shorthand project wide refactoring using Xcode regex search & replace.

If let shorthand project wide refactoring using Xcode regex search & replace.

6
Comments
1 min read
Refactoring 005 - Replace Comment with Function Name

Refactoring 005 - Replace Comment with Function Name

14
Comments
1 min read
Dynamically sorting an IQueryable

Dynamically sorting an IQueryable

8
Comments 2
4 min read
loading...