DEV Community

# refactoring

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
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
Refactoring GitHub Actions Workflow

Refactoring GitHub Actions Workflow

21
Comments 2
4 min read
Refactoring - Book Notes

Refactoring - Book Notes

5
Comments
4 min read
Refactoring 002 - Extract Method

Refactoring 002 - Extract Method

4
Comments
2 min read
Legacy Code : Working With FeedBack

Legacy Code : Working With FeedBack

2
Comments
2 min read
Refactoring 001 - Remove Setters

Refactoring 001 - Remove Setters

10
Comments
2 min read
Code Smell 102 - Arrow Code

Code Smell 102 - Arrow Code

6
Comments
2 min read
How would you refactor this JS function?

How would you refactor this JS function?

79
Comments 94
1 min read
Refactoring code from ssg

Refactoring code from ssg

3
Comments
3 min read
TDD Conference 2021 - Python - A Language Made For Test-Driven Development - Jan Giacomelli

TDD Conference 2021 - Python - A Language Made For Test-Driven Development - Jan Giacomelli

1
Comments
2 min read
Revitalizing Castlequest, Part 4: Squarified Cushioned Treemaps

Revitalizing Castlequest, Part 4: Squarified Cushioned Treemaps

3
Comments
7 min read
Revitalizing Castlequest, Part 3: The Shape of Code

Revitalizing Castlequest, Part 3: The Shape of Code

5
Comments
12 min read
Refactoring Legacy - Intro

Refactoring Legacy - Intro

6
Comments
2 min read
Break out command object

Break out command object

3
Comments
5 min read
Revitalizing Castlequest, Part 2: NOW WITHOUT SHOUTING

Revitalizing Castlequest, Part 2: NOW WITHOUT SHOUTING

2
Comments
7 min read
How Spaces Can Improve Your Code

How Spaces Can Improve Your Code

6
Comments 2
3 min read
Riddler Challenge 01: The case with the switch

Riddler Challenge 01: The case with the switch

2
Comments
3 min read
Kitchen Sink

Kitchen Sink

6
Comments 2
3 min read
Refactoring #1: Using ternary and null coalescing operators in PHP

Refactoring #1: Using ternary and null coalescing operators in PHP

24
Comments 6
2 min read
This is what clean code is [tell-tale signs of clean code]

This is what clean code is [tell-tale signs of clean code]

19
Comments 2
4 min read
How I started practicing TDD

How I started practicing TDD

146
Comments 2
18 min read
Rewriting the Monolith, Part 2

Rewriting the Monolith, Part 2

15
Comments 2
9 min read
Rewriting the Monolith, Part 1

Rewriting the Monolith, Part 1

10
Comments 2
4 min read
Refactoring code to Java 8 Stream API

Refactoring code to Java 8 Stream API

7
Comments
7 min read
Optional Chaining (?.) Refactoring

Optional Chaining (?.) Refactoring

10
Comments 1
2 min read
Refactoring with baby steps

Refactoring with baby steps

6
Comments 4
11 min read
Nullish Coalescing Operator Refactoring

Nullish Coalescing Operator Refactoring

6
Comments
1 min read
Slim down models and controllers using Rails Service Objects

Slim down models and controllers using Rails Service Objects

13
Comments 1
3 min read
Mocking Made Simple

Mocking Made Simple

11
Comments 1
3 min read
7 things to consider before starting to refactor Code

7 things to consider before starting to refactor Code

2
Comments
2 min read
Don't use comments! Use code.

Don't use comments! Use code.

16
Comments 2
6 min read
Bringing Meaning to Legacy Code with Parameter Objects

Bringing Meaning to Legacy Code with Parameter Objects

6
Comments
4 min read
Popular patterns and anti-patterns with React Hooks

Popular patterns and anti-patterns with React Hooks

118
Comments 3
6 min read
Sequelize + TypeScript - What you need to know

Sequelize + TypeScript - What you need to know

83
Comments 14
7 min read
Refactoring type annotations to PHP 7.4 type declarations with Rector

Refactoring type annotations to PHP 7.4 type declarations with Rector

34
Comments
2 min read
Refactor your if statements for improved readability

Refactor your if statements for improved readability

7
Comments 1
2 min read
Untangling Legacy Code with Events

Untangling Legacy Code with Events

5
Comments
3 min read
Avoid Magic Numbers to Increase Code Readability

Avoid Magic Numbers to Increase Code Readability

9
Comments 3
2 min read
Keeping code healthy with refactoring

Keeping code healthy with refactoring

4
Comments 1
7 min read
Refactor for better comprehension

Refactor for better comprehension

3
Comments
9 min read
Legacy code best practice: how to take over an existing project smoothly

Legacy code best practice: how to take over an existing project smoothly

2
Comments
3 min read
Refactoring: Looking past the surface

Refactoring: Looking past the surface

2
Comments 1
4 min read
Testability requires modularity - lessons from maintaining monoliths at scale

Testability requires modularity - lessons from maintaining monoliths at scale

12
Comments
4 min read
How to move resources and modules in Terragrunt

How to move resources and modules in Terragrunt

3
Comments
5 min read
Prefactoring: A pragmatic approach to tech debt

Prefactoring: A pragmatic approach to tech debt

6
Comments
4 min read
1, 2, Refactor! เมื่อไหร่ที่ควร Refactor?

1, 2, Refactor! เมื่อไหร่ที่ควร Refactor?

1
Comments
1 min read
loading...