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.
Washing your code: avoid comments

Washing your code: avoid comments

Comments 2
5 min read
Lessons from “Clean Code”
Cover image for Lessons from “Clean Code”

Lessons from “Clean Code”

6
Comments 1
9 min read
Creating a DTO with Traits in PHP

Creating a DTO with Traits in PHP

5
Comments
4 min read
The Power of Small and Focused Functions in Software Development

The Power of Small and Focused Functions in Software Development

Comments
4 min read
A clean frontend architecture for React and Redux
Cover image for A clean frontend architecture for React and Redux

A clean frontend architecture for React and Redux

25
Comments
4 min read
Mutable or Immutable: Understanding JavaScript's Yin and Yang

Mutable or Immutable: Understanding JavaScript's Yin and Yang

1
Comments
2 min read
Eu e o Clean Code (o livro) – Parte 1: Catequização

Eu e o Clean Code (o livro) – Parte 1: Catequização

1
Comments
11 min read
C# code refactoring - the importance of naming convention
Cover image for C# code refactoring - the importance of naming convention

C# code refactoring - the importance of naming convention

Comments
3 min read
[Design Pattern] Chain of responsibility in Typescript with real world example

[Design Pattern] Chain of responsibility in Typescript with real world example

1
Comments
3 min read
How to DRY Up Your NestJS DTOs

How to DRY Up Your NestJS DTOs

5
Comments
2 min read
Creating Immutable Objects in PHP: A Look at Private Constructor and Public Readonly

Creating Immutable Objects in PHP: A Look at Private Constructor and Public Readonly

Comments
3 min read
Clean Code: Multiple exports, single import!
Cover image for Clean Code: Multiple exports, single import!

Clean Code: Multiple exports, single import!

5
Comments
1 min read
The SOLID way to code

The SOLID way to code

Comments
5 min read
CSS Specificity: A Key to Writing Efficient CSS Code
Cover image for CSS Specificity: A Key to Writing Efficient CSS Code

CSS Specificity: A Key to Writing Efficient CSS Code

3
Comments 1
2 min read
Clean Code, yes or no?

Clean Code, yes or no?

Comments
2 min read
Code Refactoring: Mastering Best Practices for Enhancing Software Quality and Maintainability
Cover image for Code Refactoring: Mastering Best Practices for Enhancing Software Quality and Maintainability

Code Refactoring: Mastering Best Practices for Enhancing Software Quality and Maintainability

Comments
3 min read
CSS - Convenciones de nombres: BEM, SUIT CSS y Title CSS

CSS - Convenciones de nombres: BEM, SUIT CSS y Title CSS

6
Comments
8 min read
Principios SOLID VI: Principio de inversión de dependencias
Cover image for Principios SOLID VI: Principio de inversión de dependencias

Principios SOLID VI: Principio de inversión de dependencias

6
Comments
3 min read
Best practices for refactoring legacy code to make it more maintainable and easier to work with

Best practices for refactoring legacy code to make it more maintainable and easier to work with

12
Comments 2
7 min read
Principios SOLID V: Principio de segregación de interfaces
Cover image for Principios SOLID V: Principio de segregación de interfaces

Principios SOLID V: Principio de segregación de interfaces

1
Comments
2 min read
Principios SOLID IV: Principio de sustitución de Liskov

Principios SOLID IV: Principio de sustitución de Liskov

1
Comments
3 min read
React Clean Code with Absolute Imports
Cover image for React Clean Code with Absolute Imports

React Clean Code with Absolute Imports

30
Comments 5
3 min read
Principios SOLID III: Abierto a extensión y cerrado a modificación
Cover image for Principios SOLID III: Abierto a extensión y cerrado a modificación

Principios SOLID III: Abierto a extensión y cerrado a modificación

1
Comments
3 min read
Código limpo de milhões!
Cover image for Código limpo de milhões!

Código limpo de milhões!

5
Comments
4 min read
Principios SOLID II: Principio de responsabilidad única
Cover image for Principios SOLID II: Principio de responsabilidad única

Principios SOLID II: Principio de responsabilidad única

1
Comments
3 min read
loading...