DEV Community

# refactoring

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Refactoring 019 - Reify Email Addresses

Refactoring 019 - Reify Email Addresses

4
Comments 2
13 min read
Effective Strategies for Refactoring a Large Codebase: Best Practices and Approaches

Effective Strategies for Refactoring a Large Codebase: Best Practices and Approaches

Comments
8 min read
Mastering Clean Code: 4 Essential Techniques for Organizing Data in C#

Mastering Clean Code: 4 Essential Techniques for Organizing Data in C#

4
Comments
2 min read
Simplifying Method Calls in C#: Techniques for Cleaner and More Maintainable Code

Simplifying Method Calls in C#: Techniques for Cleaner and More Maintainable Code

1
Comments
2 min read
Simplifying Conditional Expressions in C#: Tips for Clean and Readable Code

Simplifying Conditional Expressions in C#: Tips for Clean and Readable Code

1
Comments
2 min read
Refactoring: Moving Features Between Objects

Refactoring: Moving Features Between Objects

1
Comments
3 min read
Composing Methods: A Practical Guide to Clean Code

Composing Methods: A Practical Guide to Clean Code

3
Comments
4 min read
Como Refatorar Seu Código Com Muitos If-Else? Part 2

Como Refatorar Seu Código Com Muitos If-Else? Part 2

Comments
4 min read
Stop Re-Implementing Code: Use Extract Method in Rust

Stop Re-Implementing Code: Use Extract Method in Rust

2
Comments
4 min read
De lo funcional hasta lo legible con Tidyings

De lo funcional hasta lo legible con Tidyings

2
Comments
8 min read
The Double-Edged Sword of IEnumerable and yield return in C#

The Double-Edged Sword of IEnumerable and yield return in C#

5
Comments
4 min read
Refactoring 017 - Convert Attributes to Sets

Refactoring 017 - Convert Attributes to Sets

4
Comments
6 min read
In Theory: Self-Correcting Software - Part 2

In Theory: Self-Correcting Software - Part 2

Comments
5 min read
Make your package.json readable again by humans: organizing npm scripts with shell files

Make your package.json readable again by humans: organizing npm scripts with shell files

5
Comments 1
4 min read
Transforming DevEx Through Bulk Refactoring (and How AI Can Assist)

Transforming DevEx Through Bulk Refactoring (and How AI Can Assist)

3
Comments
3 min read
Refactoring for Efficiency: Tackling Performance Issues in Data-Heavy Pages

Refactoring for Efficiency: Tackling Performance Issues in Data-Heavy Pages

Comments
2 min read
Improve Code Readability and Efficiency - 11 Tips

Improve Code Readability and Efficiency - 11 Tips

Comments
10 min read
Taming the Mega-Component: My Vue.js Refactoring Adventure

Taming the Mega-Component: My Vue.js Refactoring Adventure

3
Comments
3 min read
A Business Case Against Massive Unrequested Refactorings

A Business Case Against Massive Unrequested Refactorings

Comments
3 min read
Refatorando - Cap 1

Refatorando - Cap 1

Comments 2
11 min read
Refactoring 101

Refactoring 101

1
Comments
2 min read
Refactoring based on design principles: example of a data collection crawler system

Refactoring based on design principles: example of a data collection crawler system

Comments
7 min read
Advanced JS — Refactoring Toward Objects

Advanced JS — Refactoring Toward Objects

3
Comments
6 min read
Good Refactoring vs Bad Refactoring

Good Refactoring vs Bad Refactoring

111
Comments 11
9 min read
Code Refactoring: Avoid Nested If Statements with Early Returns

Code Refactoring: Avoid Nested If Statements with Early Returns

Comments
1 min read
loading...