DEV Community

# cleancode

Principios e praticas para escrever codigo limpo e sustentavel.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
unior Devs Write Code. Senior Devs Delete It.

unior Devs Write Code. Senior Devs Delete It.

Comments
2 min read
Cyclomatic vs. Cognitive Complexity: What's More Important for Code Quality?

Cyclomatic vs. Cognitive Complexity: What's More Important for Code Quality?

Comments
2 min read
Silent Failures: The Junior Trap You Need to Avoid

Silent Failures: The Junior Trap You Need to Avoid

Comments
4 min read
Result Pattern in C#

Result Pattern in C#

1
Comments
7 min read
Your LINQ Filters Are Scattered Everywhere — Here's How to Fix It

Your LINQ Filters Are Scattered Everywhere — Here's How to Fix It

Comments
9 min read
Python Comprehensions Are Declarative (And Why That Matters)

Python Comprehensions Are Declarative (And Why That Matters)

Comments
2 min read
Stop Writing "Clean Code". It is Killing Your Productivity.

Stop Writing "Clean Code". It is Killing Your Productivity.

6
Comments 2
2 min read
Warp Rust Clean Architecture Boilerplate

Warp Rust Clean Architecture Boilerplate

Comments
1 min read
How Cleaning Up Projects Eliminates Technical Debt and Improves Developer Experience

How Cleaning Up Projects Eliminates Technical Debt and Improves Developer Experience

Comments
4 min read
I Finally Killed the “If-Else” Chain: From Spaghetti Code to a Plugin System (in Python & .NET)

I Finally Killed the “If-Else” Chain: From Spaghetti Code to a Plugin System (in Python & .NET)

Comments
9 min read
No More Messy Code: How to Master HTML, CSS, and JS Linting in VS Code Like a Pro

No More Messy Code: How to Master HTML, CSS, and JS Linting in VS Code Like a Pro

Comments
12 min read
Your Code Works But Looks Messy: Writing 'Senior' Code in Interviews

Your Code Works But Looks Messy: Writing 'Senior' Code in Interviews

Comments
7 min read
Introduce Parameter Object: A Refactoring Pattern That Scales

Introduce Parameter Object: A Refactoring Pattern That Scales

Comments
4 min read
Strategy Pattern in Laravel: Clean Payment Processing

Strategy Pattern in Laravel: Clean Payment Processing

1
Comments
2 min read
Brevity

Brevity

Comments
1 min read
Next.js Clean Code: Best Practices for Scalable Applications

Next.js Clean Code: Best Practices for Scalable Applications

1
Comments
5 min read
Stop Writing Comments: Why Senior Devs Hate "Stale Lies"

Stop Writing Comments: Why Senior Devs Hate "Stale Lies"

Comments
3 min read
Week 10: Diving Deeper into React – My Journey with Component Architecture and Props

Week 10: Diving Deeper into React – My Journey with Component Architecture and Props

3
Comments
2 min read
Why Do So Many Teams Fail at Testing?

Why Do So Many Teams Fail at Testing?

Comments
2 min read
🚩 Red flags series #4: Pull request monsters

🚩 Red flags series #4: Pull request monsters

Comments
2 min read
🌱 Designing for Long-Term Sustainability: How to Build Websites That Last (and Don’t Create Digital Waste)

🌱 Designing for Long-Term Sustainability: How to Build Websites That Last (and Don’t Create Digital Waste)

1
Comments
3 min read
How to Split a UI into Components the Right Way

How to Split a UI into Components the Right Way

2
Comments
3 min read
🚩 Red flags series #2: God functions

🚩 Red flags series #2: God functions

Comments
2 min read
⭐ Today I Finally Understood React Components — Categories, Splitting, and Writing Cleaner Code

⭐ Today I Finally Understood React Components — Categories, Splitting, and Writing Cleaner Code

3
Comments
2 min read
🚩 Red flags series #1: Hard-coded credentials and configuration

🚩 Red flags series #1: Hard-coded credentials and configuration

Comments
2 min read
loading...