Skip to content
Navigation menu
Search
Powered by
Search
Algolia
Log in
Create account
DEV Community
Close
#
refactoring
Follow
Hide
Posts
Left menu
👋
Sign in
for the ability to sort posts by
relevant
,
latest
, or
top
.
Right menu
페이지 컴포넌트를 합성 컴포넌트로 재구조화 시키기
Sol Lee
Sol Lee
Sol Lee
Follow
Feb 3
페이지 컴포넌트를 합성 컴포넌트로 재구조화 시키기
#
svelte
#
react
#
refactoring
Comments
Add Comment
1 min read
Refactoring in Common Lisp (and VS Python)
vindarel
vindarel
vindarel
Follow
Feb 1
Refactoring in Common Lisp (and VS Python)
#
lisp
#
commonlisp
#
refactoring
Comments
Add Comment
2 min read
Why Your Code is Lazy and How to Fix It Today!
Karell Ste-Marie
Karell Ste-Marie
Karell Ste-Marie
Follow
Jan 28
Why Your Code is Lazy and How to Fix It Today!
#
codesmell
#
refactoring
#
cleancode
#
productivity
Comments
Add Comment
1 min read
Lazy load AngularJS app from modern Angular project
Hank Chiu
Hank Chiu
Hank Chiu
Follow
Jan 22
Lazy load AngularJS app from modern Angular project
#
angular
#
webdev
#
refactoring
Comments
Add Comment
2 min read
STOP Writing Dirty Code: Fix The Data Class Code Smell Now!
Karell Ste-Marie
Karell Ste-Marie
Karell Ste-Marie
Follow
Jan 13
STOP Writing Dirty Code: Fix The Data Class Code Smell Now!
#
codesmell
#
refactoring
#
cleancode
Comments
Add Comment
1 min read
Những Tip đơn giản giúp đoạn code trở nên CLEAR và MAINTAIN dễ hơn
B20DCCN511_Nguyễn Đoàn Đức Phúc
B20DCCN511_Nguyễn Đoàn Đức Phúc
B20DCCN511_Nguyễn Đoàn Đức Phúc
Follow
Dec 30 '24
Những Tip đơn giản giúp đoạn code trở nên CLEAR và MAINTAIN dễ hơn
#
refactoring
#
javascript
Comments
Add Comment
7 min read
Refactoring 021 - Remove Dead Code
Maxi Contieri
Maxi Contieri
Maxi Contieri
Follow
Dec 28 '24
Refactoring 021 - Remove Dead Code
#
webdev
#
python
#
cleancode
#
refactoring
1
reaction
Comments
Add Comment
23 min read
React v19, unboxing! 📦
Gino Luraschi
Gino Luraschi
Gino Luraschi
Follow
Dec 23 '24
React v19, unboxing! 📦
#
refactoring
#
react
#
javascript
Comments
Add Comment
6 min read
The Backend Testing Breakup 💔
Jay Glass
Jay Glass
Jay Glass
Follow
for
NewDay Technology
Dec 16 '24
The Backend Testing Breakup 💔
#
backend
#
testing
#
refactoring
#
techdebt
2
reactions
Comments
Add Comment
12 min read
Python: Refactoring to Patterns
Douglas Cardoso
Douglas Cardoso
Douglas Cardoso
Follow
Jan 15
Python: Refactoring to Patterns
#
python
#
refactoring
#
designpatterns
#
books
2
reactions
Comments
Add Comment
5 min read
From Legacy Software to Strategic Opportunity: The Starting Point (I)
Dídac Rios
Dídac Rios
Dídac Rios
Follow
Jan 13
From Legacy Software to Strategic Opportunity: The Starting Point (I)
#
eventdriven
#
refactoring
#
eventstorming
#
php
9
reactions
Comments
Add Comment
7 min read
Simplifying your code: replacing heavy packages with lightweight solutions
Kelvin Wieth
Kelvin Wieth
Kelvin Wieth
Follow
Dec 10 '24
Simplifying your code: replacing heavy packages with lightweight solutions
#
npm
#
refactoring
#
opensource
#
github
Comments
Add Comment
1 min read
7 Ways to Refactor Your Flutter Application
Matthias Schäfer
Matthias Schäfer
Matthias Schäfer
Follow
Jan 7
7 Ways to Refactor Your Flutter Application
#
flutter
#
dart
#
refactoring
#
appdev
Comments
Add Comment
5 min read
The Rewrite Trap: A Programmer's Survival Guide
Josephat Macharia
Josephat Macharia
Josephat Macharia
Follow
Dec 22 '24
The Rewrite Trap: A Programmer's Survival Guide
#
refactoring
#
cleancode
#
softwareengineering
#
programming
Comments
Add Comment
3 min read
Refactoring: The Art of Polishing Code
KWAN
KWAN
KWAN
Follow
Dec 11 '24
Refactoring: The Art of Polishing Code
#
code
#
refactoring
#
webdev
2
reactions
Comments
Add Comment
7 min read
El verdadero valor del software no siempre está en el presente
Jean Karlo Obando Ramos
Jean Karlo Obando Ramos
Jean Karlo Obando Ramos
Follow
Nov 8 '24
El verdadero valor del software no siempre está en el presente
#
cleancode
#
refactoring
Comments
Add Comment
7 min read
Refactoring 019 - Reify Email Addresses
Maxi Contieri
Maxi Contieri
Maxi Contieri
Follow
Dec 5 '24
Refactoring 019 - Reify Email Addresses
#
javascript
#
refactoring
#
designpatterns
#
beginners
4
reactions
Comments
2
comments
13 min read
Effective Strategies for Refactoring a Large Codebase: Best Practices and Approaches
Aditya Pratap Bhuyan
Aditya Pratap Bhuyan
Aditya Pratap Bhuyan
Follow
Nov 29 '24
Effective Strategies for Refactoring a Large Codebase: Best Practices and Approaches
#
coderefactoing
#
code
#
refactoring
Comments
Add Comment
8 min read
Mastering Clean Code: 4 Essential Techniques for Organizing Data in C#
mohamed Tayel
mohamed Tayel
mohamed Tayel
Follow
Nov 15 '24
Mastering Clean Code: 4 Essential Techniques for Organizing Data in C#
#
enums
#
csharp
#
codingbestpractices
#
refactoring
4
reactions
Comments
Add Comment
2 min read
Simplifying Method Calls in C#: Techniques for Cleaner and More Maintainable Code
mohamed Tayel
mohamed Tayel
mohamed Tayel
Follow
Nov 15 '24
Simplifying Method Calls in C#: Techniques for Cleaner and More Maintainable Code
#
refactoring
#
cleancode
#
csharp
2
reactions
Comments
Add Comment
2 min read
Simplifying Conditional Expressions in C#: Tips for Clean and Readable Code
mohamed Tayel
mohamed Tayel
mohamed Tayel
Follow
Nov 15 '24
Simplifying Conditional Expressions in C#: Tips for Clean and Readable Code
#
csharp
#
cleancode
#
refactoring
#
codereadability
1
reaction
Comments
Add Comment
2 min read
Refactoring: Moving Features Between Objects
mohamed Tayel
mohamed Tayel
mohamed Tayel
Follow
Nov 15 '24
Refactoring: Moving Features Between Objects
#
singleresponsibilityprinciple
#
refactoring
#
cleancode
1
reaction
Comments
Add Comment
3 min read
Composing Methods: A Practical Guide to Clean Code
mohamed Tayel
mohamed Tayel
mohamed Tayel
Follow
Nov 12 '24
Composing Methods: A Practical Guide to Clean Code
#
refactoring
#
cleancode
#
csharp
#
programmingtips
3
reactions
Comments
Add Comment
4 min read
Refactoring 017 - Convert Attributes to Sets
Maxi Contieri
Maxi Contieri
Maxi Contieri
Follow
Oct 20 '24
Refactoring 017 - Convert Attributes to Sets
#
tutorial
#
javascript
#
cleancode
#
refactoring
4
reactions
Comments
Add Comment
6 min read
Como Refatorar Seu Código Com Muitos If-Else? Part 2
Dário Prazeres
Dário Prazeres
Dário Prazeres
Follow
Sep 19 '24
Como Refatorar Seu Código Com Muitos If-Else? Part 2
#
refactoring
#
oop
#
csharp
#
code
Comments
Add Comment
4 min read
loading...
We're a place where coders share, stay up-to-date and grow their careers.
Log in
Create account