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.
C# Clean Code: Why You Should Embrace YAGNI for Efficient Development

C# Clean Code: Why You Should Embrace YAGNI for Efficient Development

2
Comments
2 min read
C# Clean Code: KISS ( Keep It Simple, Stupid)Principle

C# Clean Code: KISS ( Keep It Simple, Stupid)Principle

2
Comments
3 min read
c# Clean Code: Writing Self-Documenting Code

c# Clean Code: Writing Self-Documenting Code

3
Comments
4 min read
Part 1: Clean Code in React

Part 1: Clean Code in React

1
Comments
9 min read
The Power of Clear Function Names: A Clean Code Essential

The Power of Clear Function Names: A Clean Code Essential

Comments
2 min read
Clean Architecture: The Unattainable Ideal – A Parable for Developers

Clean Architecture: The Unattainable Ideal – A Parable for Developers

Comments
8 min read
Good Code as a Data Structure

Good Code as a Data Structure

Comments
1 min read
Understanding Object Calisthenics: Writing Cleaner Code

Understanding Object Calisthenics: Writing Cleaner Code

2
Comments
10 min read
Applying Open Closed Principle to Real-World Code

Applying Open Closed Principle to Real-World Code

Comments
7 min read
Spaghetti Code: What It Is, Why It Happens, and How to Avoid It | Web Theory: Part 12

Spaghetti Code: What It Is, Why It Happens, and How to Avoid It | Web Theory: Part 12

13
Comments 1
6 min read
5 WAYS TO ORGANIZE YOUR C# CODES IN GODOT

5 WAYS TO ORGANIZE YOUR C# CODES IN GODOT

1
Comments
4 min read
Чистая Архитектура: Недостижимый Идеал

Чистая Архитектура: Недостижимый Идеал

1
Comments
3 min read
Applying Single Responsibility Principle to Real-World Code

Applying Single Responsibility Principle to Real-World Code

Comments
7 min read
What is Clean Code?

What is Clean Code?

23
Comments 10
3 min read
Code Smells: Warning Signs in Your Codebase You Can't Ignore

Code Smells: Warning Signs in Your Codebase You Can't Ignore

9
Comments 2
4 min read
The Golden Rule of Clean Code: Functions Should Do One Thing

The Golden Rule of Clean Code: Functions Should Do One Thing

1
Comments
2 min read
Understanding Clean Code: Emergence ⚡️

Understanding Clean Code: Emergence ⚡️

1
Comments
3 min read
2 - Clean Architecture: Entities and Business Logic

2 - Clean Architecture: Entities and Business Logic

10
Comments 2
4 min read
Clean Architecture

Clean Architecture

Comments
5 min read
3 - Clean Architecture: Understanding Use Cases

3 - Clean Architecture: Understanding Use Cases

18
Comments
3 min read
Beyond Bugs: The Hidden Impact of Code Quality (Part 1) 🌟

Beyond Bugs: The Hidden Impact of Code Quality (Part 1) 🌟

1
Comments
12 min read
Mastering Function Arguments: Less is More in JavaScript

Mastering Function Arguments: Less is More in JavaScript

4
Comments 1
2 min read
Don’t ever use if-else. Use this instead

Don’t ever use if-else. Use this instead

68
Comments 30
1 min read
How to detect SOLID principle violations?

How to detect SOLID principle violations?

1
Comments 1
1 min read
Regra 5: A primeira lição para a otimização é não otimizar

Regra 5: A primeira lição para a otimização é não otimizar

Comments
3 min read
loading...