Forem

# 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: Escolhendo bons nomes
Cover image for Clean Code: Escolhendo bons nomes

Clean Code: Escolhendo bons nomes

6
Comments
6 min read
Prefixing variable names with 'is'
Cover image for Prefixing variable names with 'is'

Prefixing variable names with 'is'

12
Comments 32
1 min read
Clean up your code with destructors and Array.includes
Cover image for Clean up your code with destructors and Array.includes

Clean up your code with destructors and Array.includes

22
Comments 4
4 min read
Records, Anonymous Types, and Non-Destructive Mutation
Cover image for Records, Anonymous Types, and Non-Destructive Mutation

Records, Anonymous Types, and Non-Destructive Mutation

1
Comments 1
2 min read
Separation of Concerns and Single Source of Truth — writing cleaner code.

Separation of Concerns and Single Source of Truth — writing cleaner code.

1
Comments
6 min read
Learn Design Patterns: Part 1

Learn Design Patterns: Part 1

4
Comments
3 min read
Lambda Expression Simplified
Cover image for Lambda Expression Simplified

Lambda Expression Simplified

Comments
3 min read
Clean Architecture in Frontend
Cover image for Clean Architecture in Frontend

Clean Architecture in Frontend

95
Comments
7 min read
Dependency Inversion Principle in TypeScript

Dependency Inversion Principle in TypeScript

35
Comments 2
1 min read
Interface Segregation Principle in TypeScript

Interface Segregation Principle in TypeScript

49
Comments
1 min read
Open/Closed Principle in TypeScript

Open/Closed Principle in TypeScript

57
Comments 1
1 min read
Single Responsibility Principle in TypeScript

Single Responsibility Principle in TypeScript

62
Comments 7
1 min read
Liskov Substitution Principle in TypeScript

Liskov Substitution Principle in TypeScript

15
Comments
1 min read
PlugRoute: Refactoring, Clean Code, etc.

PlugRoute: Refactoring, Clean Code, etc.

2
Comments
4 min read
Clean Code Made Simple - Part 3
Cover image for Clean Code Made Simple - Part 3

Clean Code Made Simple - Part 3

4
Comments
3 min read
Clean Code İpuçları
Cover image for Clean Code İpuçları

Clean Code İpuçları

13
Comments
8 min read
Clean Code Made Simple - Part 2
Cover image for Clean Code Made Simple - Part 2

Clean Code Made Simple - Part 2

8
Comments 1
2 min read
The most important code smells every developer has to know

The most important code smells every developer has to know

9
Comments 4
1 min read
Clean Code Made Simple - Part 1
Cover image for Clean Code Made Simple - Part 1

Clean Code Made Simple - Part 1

5
Comments
4 min read
Clean Code: Introduction to clean code

Clean Code: Introduction to clean code

7
Comments 1
3 min read
Yoda Conditions (From the office)
Cover image for Yoda Conditions (From the office)

Yoda Conditions (From the office)

25
Comments 24
4 min read
Clean code tip: use the same name for the same concept
Cover image for Clean code tip: use the same name for the same concept

Clean code tip: use the same name for the same concept

4
Comments
1 min read
Clean Architecture: A Toy Node Prototype
Cover image for Clean Architecture: A Toy Node Prototype

Clean Architecture: A Toy Node Prototype

5
Comments
2 min read
Clean Code - How I'm Refactoring My First Project

Clean Code - How I'm Refactoring My First Project

5
Comments
5 min read
Remove null check, use the Optional
Cover image for Remove null check, use the Optional

Remove null check, use the Optional

4
Comments
5 min read
loading...