Forem

# refactoring

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Should I break down my code if it'll only be used once?

Should I break down my code if it'll only be used once?

9
Comments 1
2 min read
Deliberate practice and memory management

Deliberate practice and memory management

22
Comments
1 min read
Invert your ifs!

Invert your ifs!

21
Comments 8
2 min read
Why are you actually using variables?

Why are you actually using variables?

9
Comments 10
1 min read
In a small piece of code
Cover image for In a small piece of code

In a small piece of code

7
Comments
7 min read
Do you even refactor, bro?

Do you even refactor, bro?

10
Comments 8
1 min read
Two examples of Connascence of Position
Cover image for Two examples of Connascence of Position

Two examples of Connascence of Position

11
Comments
7 min read
About Connascence
Cover image for About Connascence

About Connascence

16
Comments
10 min read
Indiana Jones Refactoring

Indiana Jones Refactoring

5
Comments 1
1 min read
How do you sell refactoring to your team?

How do you sell refactoring to your team?

13
Comments 5
1 min read
How much should you refactor names when domain terminology changes?

How much should you refactor names when domain terminology changes?

27
Comments 13
1 min read
SMP is as easy as 1-2-3

SMP is as easy as 1-2-3

8
Comments
5 min read
Do you have nice examples of refactoring code?

Do you have nice examples of refactoring code?

22
Comments 9
1 min read
How would you rewrite this Python code?
Cover image for How would you rewrite this Python code?

How would you rewrite this Python code?

46
Comments 17
2 min read
Coding Sidekiq Workers the Right Way

Coding Sidekiq Workers the Right Way

110
Comments 10
5 min read
A boolean's story

A boolean's story

12
Comments
7 min read
Don't ALWAYS quick-return from functions
Cover image for Don't ALWAYS quick-return from functions

Don't ALWAYS quick-return from functions

44
Comments 18
2 min read
Confidence level. Do you trust devs that extract duplicated code to funtions by hand instead of using IDE support?

Confidence level. Do you trust devs that extract duplicated code to funtions by hand instead of using IDE support?

14
Comments 9
1 min read
The Rewrite vs Refactor Debate: 8 Things You Need to Know
Cover image for The Rewrite vs Refactor Debate: 8 Things You Need to Know

The Rewrite vs Refactor Debate: 8 Things You Need to Know

79
Comments 7
9 min read
Improving The Use Of Constants

Improving The Use Of Constants

15
Comments
4 min read
Is There Such a Thing As Good Technical Debt?

Is There Such a Thing As Good Technical Debt?

12
Comments
11 min read
Removing Comments
Cover image for Removing Comments

Removing Comments

59
Comments 19
3 min read
Refactoring an Overgrown Notifications Class in Django
Cover image for Refactoring an Overgrown Notifications Class in Django

Refactoring an Overgrown Notifications Class in Django

23
Comments 5
5 min read
Testing legacy code, part 2: Bending the rules

Testing legacy code, part 2: Bending the rules

14
Comments
4 min read
Testing legacy code, part 1: How to start

Testing legacy code, part 1: How to start

25
Comments 8
3 min read
loading...