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.
Handling Multiple Data Sources in DeFi Frontend Architecture

Handling Multiple Data Sources in DeFi Frontend Architecture

3
Comments
6 min read
Replace Conditional with Polymorphism Explained: When and Why to Use It

Replace Conditional with Polymorphism Explained: When and Why to Use It

1
Comments
5 min read
I Thought Modding Was Easy. Then My Code Started Breaking

I Thought Modding Was Easy. Then My Code Started Breaking

1
Comments 9
2 min read
Refactoring for Readability: Reducing Complexity Scores in TypeScript and Dart

Refactoring for Readability: Reducing Complexity Scores in TypeScript and Dart

Comments
3 min read
How to write more stable and testable code 👉 use encapsulation

How to write more stable and testable code 👉 use encapsulation

Comments
2 min read
Clean Code and Software Design Principles

Clean Code and Software Design Principles

Comments
4 min read
Regular Functions vs Arrow Functions in JavaScript

Regular Functions vs Arrow Functions in JavaScript

1
Comments
2 min read
unior Devs Write Code. Senior Devs Delete It.

unior Devs Write Code. Senior Devs Delete It.

Comments
2 min read
CQRS Pattern in Flutter: Commands vs Queries

CQRS Pattern in Flutter: Commands vs Queries

Comments
3 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
Clean Architecture vs Vertical Slice: Pragmatism Over Dogma in Modern Software Design

Clean Architecture vs Vertical Slice: Pragmatism Over Dogma in Modern Software Design

Comments
17 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
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
Stop Writing "Clean Code". It is Killing Your Productivity.

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

15
Comments 8
2 min read
Brevity

Brevity

Comments
1 min read
Result Pattern in C#

Result Pattern in C#

3
Comments
7 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
loading...