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.
Serverless & Well Architected
Cover image for Serverless & Well Architected

Serverless & Well Architected

4
Comments
8 min read
Desestructuración en ES6, consejos para obtener un código limpio
Cover image for Desestructuración en ES6, consejos para obtener un código limpio

Desestructuración en ES6, consejos para obtener un código limpio

Comments
4 min read
Split your code into phases
Cover image for Split your code into phases

Split your code into phases

3
Comments
3 min read
Kotlin Code Smell 017 - Pattern Abusers

Kotlin Code Smell 017 - Pattern Abusers

Comments
1 min read
Functions Are Killing Your React App's Performance
Cover image for Functions Are Killing Your React App's Performance

Functions Are Killing Your React App's Performance

66
Comments 25
14 min read
Is global data bad?
Cover image for Is global data bad?

Is global data bad?

1
Comments 7
4 min read
How to simplify your if statements
Cover image for How to simplify your if statements

How to simplify your if statements

15
Comments 10
1 min read
You probably don't need loops
Cover image for You probably don't need loops

You probably don't need loops

2
Comments
3 min read
Why Consistent Code Structure is Important in Flutter

Why Consistent Code Structure is Important in Flutter

1
Comments
3 min read
Get started with Zustand

Get started with Zustand

2
Comments
3 min read
Flutter Clean Code
Cover image for Flutter Clean Code

Flutter Clean Code

Comments
2 min read
Introduce your own data types
Cover image for Introduce your own data types

Introduce your own data types

Comments
3 min read
AWS Networking - AWS VPC, Subnets, Security Groups, NAT Gateway & IP Addresses
Cover image for AWS Networking - AWS VPC, Subnets, Security Groups, NAT Gateway & IP Addresses

AWS Networking - AWS VPC, Subnets, Security Groups, NAT Gateway & IP Addresses

24
Comments
4 min read
The Art of Clean Code: Naming, Commenting, and Code Organization

The Art of Clean Code: Naming, Commenting, and Code Organization

Comments
5 min read
Asking for Development Help...the Right Way

Asking for Development Help...the Right Way

4
Comments
7 min read
Clean React with Feature-based Domain Driven Design
Cover image for Clean React with Feature-based Domain Driven Design

Clean React with Feature-based Domain Driven Design

2
Comments 2
4 min read
Should you pass the whole object to a function?
Cover image for Should you pass the whole object to a function?

Should you pass the whole object to a function?

2
Comments
3 min read
Design Patterns: Factory Method
Cover image for Design Patterns: Factory Method

Design Patterns: Factory Method

2
Comments
4 min read
Python for Data Science
Cover image for Python for Data Science

Python for Data Science

2
Comments
10 min read
Logging levels
Cover image for Logging levels

Logging levels

Comments
4 min read
Using A Helper Function

Using A Helper Function

5
Comments
2 min read
Best ideas from Clean Code by Robert C. Martin (with Typescript examples)

Best ideas from Clean Code by Robert C. Martin (with Typescript examples)

3
Comments
6 min read
Comment nommer ses variables, fonctions et classes - Clean Code
Cover image for Comment nommer ses variables, fonctions et classes - Clean Code

Comment nommer ses variables, fonctions et classes - Clean Code

3
Comments 2
9 min read
Padrão - Facade

Padrão - Facade

1
Comments
3 min read
Smart use of “if/else”

Smart use of “if/else”

Comments
2 min read
loading...