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.
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
MVC Violation Ruined His Tic-Tac-Toe Game!
Cover image for MVC Violation Ruined His Tic-Tac-Toe Game!

MVC Violation Ruined His Tic-Tac-Toe Game!

2
Comments 4
4 min read
DRY, KISS, and YAGNI to avoid Over-engineering Trap
Cover image for DRY, KISS, and YAGNI to avoid Over-engineering Trap

DRY, KISS, and YAGNI to avoid Over-engineering Trap

4
Comments 3
5 min read
What are Materialized Views? A 5-Minute Introduction
Cover image for What are Materialized Views? A 5-Minute Introduction

What are Materialized Views? A 5-Minute Introduction

2
Comments
6 min read
SuperJSONatural -> Faster & binary serialization!

SuperJSONatural -> Faster & binary serialization!

1
Comments
2 min read
Why So Slow? Using Profilers to Pinpoint the Reasons of Performance Degradation
Cover image for Why So Slow? Using Profilers to Pinpoint the Reasons of Performance Degradation

Why So Slow? Using Profilers to Pinpoint the Reasons of Performance Degradation

Comments
6 min read
How using Tailwind enhances your coding skills
Cover image for How using Tailwind enhances your coding skills

How using Tailwind enhances your coding skills

4
Comments 2
6 min read
Learn What it Takes to Be a Solid Rails Developer!
Cover image for Learn What it Takes to Be a Solid Rails Developer!

Learn What it Takes to Be a Solid Rails Developer!

1
Comments
4 min read
Naming Things in Program
Cover image for Naming Things in Program

Naming Things in Program

14
Comments 2
3 min read
How to use “match” with PHP 8 🎯
Cover image for How to use “match” with PHP 8 🎯

How to use “match” with PHP 8 🎯

6
Comments
1 min read
Padrão - Singleton

Padrão - Singleton

Comments
5 min read
times(n, fn) in JS/TS + Python.
Cover image for times(n, fn) in JS/TS + Python.

times(n, fn) in JS/TS + Python.

1
Comments
2 min read
Text Sharing Website using Simple JavaScript
Cover image for Text Sharing Website using Simple JavaScript

Text Sharing Website using Simple JavaScript

9
Comments 2
3 min read
IP Address: A concept we must know
Cover image for IP Address: A concept we must know

IP Address: A concept we must know

3
Comments
3 min read
Maxi Contieri Explains ChatGPT Revolution
Cover image for Maxi Contieri Explains ChatGPT Revolution

Maxi Contieri Explains ChatGPT Revolution

6
Comments
1 min read
Kotlin Code Smell 16 - Instance Type Checking For Polymorphism

Kotlin Code Smell 16 - Instance Type Checking For Polymorphism

1
Comments
2 min read
Microservices to a Monolith, Making a case with Elixir Phoenix

Microservices to a Monolith, Making a case with Elixir Phoenix

4
Comments
1 min read
loading...