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.
Software Design Principles: Single Level of Abstraction

Software Design Principles: Single Level of Abstraction

6
Comments
5 min read
Clearing the Code with Delegate in Elixir

Clearing the Code with Delegate in Elixir

3
Comments
2 min read
Writing Clear and Concise Code: 11 Guidelines for C# Developers
Cover image for Writing Clear and Concise Code: 11 Guidelines for C# Developers

Writing Clear and Concise Code: 11 Guidelines for C# Developers

11
Comments 4
4 min read
Clean Code no Cinema
Cover image for Clean Code no Cinema

Clean Code no Cinema

3
Comments
7 min read
Washing your code: naming is hard

Washing your code: naming is hard

Comments
25 min read
Software design: its importance and tips for creating good designs.
Cover image for Software design: its importance and tips for creating good designs.

Software design: its importance and tips for creating good designs.

Comments
10 min read
Clean Code. The PRINCIPLES for DEVELOPERS
Cover image for Clean Code. The PRINCIPLES for DEVELOPERS

Clean Code. The PRINCIPLES for DEVELOPERS

10
Comments 2
4 min read
Optimize your SwiftUI code: Two ways to avoid duplication

Optimize your SwiftUI code: Two ways to avoid duplication

1
Comments 1
4 min read
How to use named arguments in TypeScript functions?
Cover image for How to use named arguments in TypeScript functions?

How to use named arguments in TypeScript functions?

15
Comments 3
1 min read
Mastering Optimization: Writing the Most Performant JavaScript Code
Cover image for Mastering Optimization: Writing the Most Performant JavaScript Code

Mastering Optimization: Writing the Most Performant JavaScript Code

7
Comments 5
3 min read
10 Tricks to Write Super Clean Code in TypeScript
Cover image for 10 Tricks to Write Super Clean Code in TypeScript

10 Tricks to Write Super Clean Code in TypeScript

7
Comments 1
3 min read
Response Compression in a .Net Core API
Cover image for Response Compression in a .Net Core API

Response Compression in a .Net Core API

1
Comments
1 min read
7 Unique Insights into the Principles of Clean Code
Cover image for 7 Unique Insights into the Principles of Clean Code

7 Unique Insights into the Principles of Clean Code

6
Comments
2 min read
Define fixed attributes dataclass with __slots__()

Define fixed attributes dataclass with __slots__()

Comments
1 min read
Write Clean, Efficient, and Scalable JavaScript Code 👌
Cover image for Write Clean, Efficient, and Scalable JavaScript Code 👌

Write Clean, Efficient, and Scalable JavaScript Code 👌

15
Comments 1
20 min read
Design patterns - Part II

Design patterns - Part II

Comments
8 min read
Understanding "some" and "every" Array Methods in Javascript
Cover image for Understanding "some" and "every" Array Methods in Javascript

Understanding "some" and "every" Array Methods in Javascript

5
Comments 1
2 min read
The Pursuit of Clean Code

The Pursuit of Clean Code

Comments
2 min read
SOLID Principles with Python | A story

SOLID Principles with Python | A story

12
Comments 1
15 min read
How to used Component in Laravel
Cover image for How to used Component in Laravel

How to used Component in Laravel

6
Comments
2 min read
I'm banning Get, Set, and other method and class names
Cover image for I'm banning Get, Set, and other method and class names

I'm banning Get, Set, and other method and class names

3
Comments 7
4 min read
Design patterns - Part I

Design patterns - Part I

1
Comments
12 min read
10 Best Practices for Writing Clean Code -with simple examples

10 Best Practices for Writing Clean Code -with simple examples

Comments
5 min read
How to implement Redux in a clean architecture
Cover image for How to implement Redux in a clean architecture

How to implement Redux in a clean architecture

18
Comments 1
4 min read
Transforming bad code by applying Single Responsibility principle, Don't repeat yourself, Decoupling ...

Transforming bad code by applying Single Responsibility principle, Don't repeat yourself, Decoupling ...

3
Comments
7 min read
loading...