DEV Community

# refactoring

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
8 tips for refactoring the code with no pain

8 tips for refactoring the code with no pain

5
Comments
7 min read
Refactoring. RegExp.

Refactoring. RegExp.

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

Refactoring. From 6 to 180 lines.

4
Comments 3
4 min read
Prioritizing Technical Debt as If Time & Money Matters - Adam Tornhill

Prioritizing Technical Debt as If Time & Money Matters - Adam Tornhill

2
Comments
4 min read
React class to functional: states

React class to functional: states

1
Comments
1 min read
Checking union types in Typescript

Checking union types in Typescript

Comments
1 min read
Evolução de Software e a Importância da Refatoração

Evolução de Software e a Importância da Refatoração

3
Comments
8 min read
Refactoring Guide for Rails Beginners

Refactoring Guide for Rails Beginners

1
Comments
6 min read
Solving the Beverages Prices Refactoring kata (2)

Solving the Beverages Prices Refactoring kata (2)

Comments
13 min read
Refactoring. The beginning.

Refactoring. The beginning.

13
Comments 1
2 min read
Decompose Conditionals and its tradeoffs

Decompose Conditionals and its tradeoffs

3
Comments 1
4 min read
Sleeping is not the best option

Sleeping is not the best option

7
Comments
8 min read
Finding dead code in the typescript project

Finding dead code in the typescript project

9
Comments
1 min read
React Refactoring - Composition: When don't use it!

React Refactoring - Composition: When don't use it!

4
Comments 4
2 min read
Angular 15: hostDirectives

Angular 15: hostDirectives

5
Comments
2 min read
Clever coding tricks ( that we don't need )

Clever coding tricks ( that we don't need )

27
Comments 7
2 min read
Signs that your refactoring is bad

Signs that your refactoring is bad

19
Comments
3 min read
Let's keep it green ✅

Let's keep it green ✅

19
Comments
2 min read
From PHP monolith to serverless: multi-stack cross-account canary rollout

From PHP monolith to serverless: multi-stack cross-account canary rollout

10
Comments 2
8 min read
Composite - Design Pattern

Composite - Design Pattern

4
Comments
4 min read
"Split or condition in if" refactoring

"Split or condition in if" refactoring

5
Comments 1
3 min read
Keep your code healthy with Refactoring

Keep your code healthy with Refactoring

1
Comments 3
4 min read
Signs that your PHP code needs refactoring

Signs that your PHP code needs refactoring

34
Comments 8
4 min read
Stop saving lines!

Stop saving lines!

7
Comments 1
4 min read
Refactoring Was Totally Worth It

Refactoring Was Totally Worth It

Comments
3 min read
How to Rename a Django App

How to Rename a Django App

8
Comments
3 min read
Strive for simplicity: sanctions, transactions and a big refactoring

Strive for simplicity: sanctions, transactions and a big refactoring

2
Comments
10 min read
Utilizando completion handler's para desacoplar suas Aplicações funcionais

Utilizando completion handler's para desacoplar suas Aplicações funcionais

2
Comments 1
4 min read
Improving a Bit by Bit

Improving a Bit by Bit

Comments
3 min read
Safely upgrade from PHP 7.4 to 8.1 using Rector

Safely upgrade from PHP 7.4 to 8.1 using Rector

14
Comments
3 min read
How to avoid callbacks using services.

How to avoid callbacks using services.

5
Comments
2 min read
Satan's Pissbucket - A React Anti Pattern and its Remedy

Satan's Pissbucket - A React Anti Pattern and its Remedy

4
Comments
5 min read
Refactoring #8: What is dead may never run

Refactoring #8: What is dead may never run

7
Comments
3 min read
Refactoring #7: Upping the coding style game in PHP using Rector

Refactoring #7: Upping the coding style game in PHP using Rector

3
Comments
4 min read
Enrich your Javascript with simple functional programming techniques

Enrich your Javascript with simple functional programming techniques

37
Comments
7 min read
Microservices : From Principles to Patterns

Microservices : From Principles to Patterns

4
Comments
6 min read
Refactoring #6: Improve Code Quality in Laravel using Rector

Refactoring #6: Improve Code Quality in Laravel using Rector

12
Comments
3 min read
The developer's refactoring safety net

The developer's refactoring safety net

1
Comments
6 min read
Automate RuboCop ToDo fix

Automate RuboCop ToDo fix

4
Comments
3 min read
Reverse Method Refactoring

Reverse Method Refactoring

4
Comments
1 min read
Extraindo Constantes de Números Mágicos

Extraindo Constantes de Números Mágicos

7
Comments
1 min read
Flask: convert an existing app to Application Factory pattern

Flask: convert an existing app to Application Factory pattern

8
Comments
1 min read
Refactoring With Confidence

Refactoring With Confidence

6
Comments
5 min read
Being creative as a developer

Being creative as a developer

13
Comments 2
3 min read
When not to refactor. Dealing with legacy systems as a responsible professional

When not to refactor. Dealing with legacy systems as a responsible professional

12
Comments
1 min read
Refactoring React: Manage page paths through path functions

Refactoring React: Manage page paths through path functions

10
Comments
2 min read
Refactoring React: Applying Tell Don't Ask

Refactoring React: Applying Tell Don't Ask

30
Comments 2
3 min read
Invoke AWS Services Cross Account from Lambda (with AWS CDK and AWS SDK v3)

Invoke AWS Services Cross Account from Lambda (with AWS CDK and AWS SDK v3)

12
Comments
6 min read
Refactoring #5: From arrays to Data Transfer Objects

Refactoring #5: From arrays to Data Transfer Objects

13
Comments
3 min read
Please stop using ||= all the time

Please stop using ||= all the time

8
Comments 1
3 min read
Refactoring monolith application to modules with DI in Telegram bot on NestJS

Refactoring monolith application to modules with DI in Telegram bot on NestJS

7
Comments
14 min read
How to Refactor a Method With Optional Params

How to Refactor a Method With Optional Params

9
Comments
2 min read
To refactor or not to refactor?

To refactor or not to refactor?

11
Comments
1 min read
The Gilded Rose Kata in Rust

The Gilded Rose Kata in Rust

7
Comments
5 min read
Refactoring #4: Using Minio to work with S3 buckets locally

Refactoring #4: Using Minio to work with S3 buckets locally

6
Comments
2 min read
Code Smell 113 - Data Naming

Code Smell 113 - Data Naming

5
Comments
2 min read
Refactoring 003 - Extract Constant

Refactoring 003 - Extract Constant

7
Comments
1 min read
Refactoring #3: Optimizing Eloquent queries & console commands

Refactoring #3: Optimizing Eloquent queries & console commands

4
Comments
3 min read
Refactoring #2: From controllers to actions

Refactoring #2: From controllers to actions

8
Comments
2 min read
DEV3L on Five Lines of Code - How and when to refactor

DEV3L on Five Lines of Code - How and when to refactor

5
Comments
3 min read
loading...