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.
Pitfalls of static code analysis: class, function, or method length rules
Cover image for Pitfalls of static code analysis: class, function, or method length rules

Pitfalls of static code analysis: class, function, or method length rules

2
Comments
2 min read
Don't make setters of properties in your class public!
Cover image for Don't make setters of properties in your class public!

Don't make setters of properties in your class public!

11
Comments 2
4 min read
The Reason Why You Have To Write Clean Code
Cover image for The Reason Why You Have To Write Clean Code

The Reason Why You Have To Write Clean Code

9
Comments 2
3 min read
Simple but powerful Coding Practices that you can adopt immediately: Naming and DRY
Cover image for Simple but powerful Coding Practices that you can adopt immediately: Naming and DRY

Simple but powerful Coding Practices that you can adopt immediately: Naming and DRY

6
Comments
3 min read
React components doing too much (and how to simplify them)

React components doing too much (and how to simplify them)

5
Comments
4 min read
Clean code (TH.)
Cover image for Clean code (TH.)

Clean code (TH.)

88
Comments 2
2 min read
Functions should have same level of abstraction

Functions should have same level of abstraction

7
Comments
2 min read
Malas prácticas en Angular: Avanzado
Cover image for Malas prácticas en Angular: Avanzado

Malas prácticas en Angular: Avanzado

3
Comments
7 min read
Malas prácticas en Angular
Cover image for Malas prácticas en Angular

Malas prácticas en Angular

10
Comments
12 min read
Quelques références sur le couplage dans le code
Cover image for Quelques références sur le couplage dans le code

Quelques références sur le couplage dans le code

3
Comments 1
3 min read
Comments Suck and You Probably Write Too Many

Comments Suck and You Probably Write Too Many

5
Comments 12
3 min read
The Nuances of Constants in Go; Go Isn’t JavaScript

The Nuances of Constants in Go; Go Isn’t JavaScript

8
Comments
4 min read
Exception Handling in C#

Exception Handling in C#

2
Comments 1
3 min read
How to make your tests more readable and maintainable
Cover image for How to make your tests more readable and maintainable

How to make your tests more readable and maintainable

5
Comments
9 min read
9 Great Tips To Use Javascript Array Methods Like a Pro!
Cover image for 9 Great Tips To Use Javascript Array Methods Like a Pro!

9 Great Tips To Use Javascript Array Methods Like a Pro!

175
Comments 8
6 min read
đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.