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.
Clean Code in C# Part 4 Formatting

Clean Code in C# Part 4 Formatting

5
Comments
4 min read
Code Smell 111 - Modifying Collections While Traversing

Code Smell 111 - Modifying Collections While Traversing

6
Comments
2 min read
Clean Code in C# Part 3 Comments

Clean Code in C# Part 3 Comments

11
Comments 6
2 min read
Code Smell 110 - Switches With Defaults

Code Smell 110 - Switches With Defaults

7
Comments
2 min read
Go project layout with Clean architectures and DDD

Go project layout with Clean architectures and DDD

15
Comments
6 min read
Unit Testing : Make Others Adopt it

Unit Testing : Make Others Adopt it

2
Comments
2 min read
Refactorización de un monolito (Refactoring of a monolith)

Refactorización de un monolito (Refactoring of a monolith)

4
Comments
4 min read
Clean Code in C# Part 2 Methods

Clean Code in C# Part 2 Methods

5
Comments
4 min read
DEV3L on Five Lines of Code - How and when to refactor

DEV3L on Five Lines of Code - How and when to refactor

5
Comments
3 min read
Code Smell 108 - Float Assertions

Code Smell 108 - Float Assertions

4
Comments
2 min read
Your Code isn’t Correct

Your Code isn’t Correct

7
Comments
3 min read
Code Smell 106 - Production Dependent Code

Code Smell 106 - Production Dependent Code

1
Comments
2 min read
Your IDE helps if you help the IDE - example

Your IDE helps if you help the IDE - example

4
Comments
3 min read
Code Smell 105 - Comedian Methods

Code Smell 105 - Comedian Methods

2
Comments 4
2 min read
Why is good naming so important?

Why is good naming so important?

3
Comments
2 min read
Code Smell 104 - Assert True

Code Smell 104 - Assert True

4
Comments
2 min read
Clean Code in C# Part 1 Meaningful Names

Clean Code in C# Part 1 Meaningful Names

20
Comments
3 min read
Why meaningful names are important?

Why meaningful names are important?

4
Comments
2 min read
Refactoring 001 - Remove Setters

Refactoring 001 - Remove Setters

11
Comments
2 min read
Code Smell 102 - Arrow Code

Code Smell 102 - Arrow Code

6
Comments
2 min read
Code Smell 100 - GoTo

Code Smell 100 - GoTo

7
Comments
2 min read
From Scala to Java. Encapsulate code with inner static classes, interfaces and enums.

From Scala to Java. Encapsulate code with inner static classes, interfaces and enums.

6
Comments
5 min read
Clean Code Tips - Usar nombres significativos

Clean Code Tips - Usar nombres significativos

6
Comments
2 min read
Monorepo? O que é? Devo usar?

Monorepo? O que é? Devo usar?

21
Comments 3
2 min read
Code Smell 99 - First Second

Code Smell 99 - First Second

6
Comments
1 min read
loading...