DEV Community

# cleancode

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Stop saving lines!

Stop saving lines!

7
Comments 1
4 min read
A good reason to create a Service Layer in your application

A good reason to create a Service Layer in your application

11
Comments 2
2 min read
TS: Remove dead code

TS: Remove dead code

Comments
1 min read
React Design Pattern -- Container Pattern

React Design Pattern -- Container Pattern

2
Comments 1
2 min read
Clean Code Tip: Keep the parameters in a consistent order

Clean Code Tip: Keep the parameters in a consistent order

1
Comments
1 min read
Composition V.S Inheritance , Which one to choose & Why?

Composition V.S Inheritance , Which one to choose & Why?

4
Comments 2
3 min read
Clean Architecture: some architectural patterns explained

Clean Architecture: some architectural patterns explained

3
Comments
5 min read
Composition over Inheritance

Composition over Inheritance

2
Comments
3 min read
Builder pattern in TypeScript

Builder pattern in TypeScript

15
Comments
3 min read
React Pro Tip #1 — Name your `useEffect`!

React Pro Tip #1 — Name your `useEffect`!

14
Comments 2
7 min read
Messed Up Communication Messes Up Everything

Messed Up Communication Messes Up Everything

2
Comments 1
3 min read
Conheça o Clean vertical sliced architecture: a união dos 2 mundos

Conheça o Clean vertical sliced architecture: a união dos 2 mundos

12
Comments
3 min read
Abstract Factory pattern in TypeScript

Abstract Factory pattern in TypeScript

35
Comments
4 min read
About naming things

About naming things

4
Comments
3 min read
Beware The Function With The Boolean Arg

Beware The Function With The Boolean Arg

3
Comments 1
4 min read
Clean Code Tip: Don't use too many method arguments

Clean Code Tip: Don't use too many method arguments

5
Comments
2 min read
Props drilling in React

Props drilling in React

Comments
1 min read
Clean Code: Escolhendo bons nomes

Clean Code: Escolhendo bons nomes

6
Comments
6 min read
PlugRoute: Refactoring, Clean Code, etc.

PlugRoute: Refactoring, Clean Code, etc.

1
Comments
4 min read
Prefixing variable names with 'is'

Prefixing variable names with 'is'

12
Comments 32
1 min read
Clean up your code with destructors and Array.includes

Clean up your code with destructors and Array.includes

22
Comments 4
4 min read
Records, Anonymous Types, and Non-Destructive Mutation

Records, Anonymous Types, and Non-Destructive Mutation

1
Comments 1
2 min read
Separation of Concerns and Single Source of Truth — writing cleaner code.

Separation of Concerns and Single Source of Truth — writing cleaner code.

1
Comments
6 min read
Learn Design Patterns: Part 1

Learn Design Patterns: Part 1

4
Comments
3 min read
Lambda Expression Simplified

Lambda Expression Simplified

Comments
3 min read
Clean Architecture in Frontend

Clean Architecture in Frontend

95
Comments
7 min read
Dependency Inversion Principle in TypeScript

Dependency Inversion Principle in TypeScript

35
Comments 2
1 min read
Interface Segregation Principle in TypeScript

Interface Segregation Principle in TypeScript

48
Comments
1 min read
Open/Closed Principle in TypeScript

Open/Closed Principle in TypeScript

57
Comments 1
1 min read
Remove null check, use the Optional

Remove null check, use the Optional

3
Comments
5 min read
Liskov Substitution Principle in TypeScript

Liskov Substitution Principle in TypeScript

15
Comments
1 min read
Single Responsibility Principle in TypeScript

Single Responsibility Principle in TypeScript

61
Comments 7
1 min read
Clean Code Made Simple - Part 3

Clean Code Made Simple - Part 3

4
Comments
3 min read
Clean Code İpuçları

Clean Code İpuçları

13
Comments
8 min read
Clean Code Made Simple - Part 2

Clean Code Made Simple - Part 2

8
Comments 1
2 min read
The most important code smells every developer has to know

The most important code smells every developer has to know

9
Comments 4
1 min read
Clean Code Made Simple - Part 1

Clean Code Made Simple - Part 1

5
Comments
4 min read
Clean Code: Introduction to clean code

Clean Code: Introduction to clean code

7
Comments 1
3 min read
Yoda Conditions (From the office)

Yoda Conditions (From the office)

25
Comments 24
4 min read
Clean code tip: use the same name for the same concept

Clean code tip: use the same name for the same concept

4
Comments
1 min read
Clean Architecture: A Toy Node Prototype

Clean Architecture: A Toy Node Prototype

5
Comments
2 min read
Clean Code - How I'm Refactoring My First Project

Clean Code - How I'm Refactoring My First Project

5
Comments
5 min read
Why writing comments are bad

Why writing comments are bad

4
Comments 2
3 min read
Clean Code Tip: Tests should be even more well-written than production code

Clean Code Tip: Tests should be even more well-written than production code

6
Comments
2 min read
!Comment your code

!Comment your code

12
Comments 2
4 min read
Clean Code Tip: Avoid using too many Imports in your classes

Clean Code Tip: Avoid using too many Imports in your classes

6
Comments
2 min read
Why you desperately need Value Objects in your life

Why you desperately need Value Objects in your life

13
Comments 9
8 min read
Aplicando boas práticas de programação em Data Science

Aplicando boas práticas de programação em Data Science

3
Comments
3 min read
Clean code exercises - part 2

Clean code exercises - part 2

9
Comments
3 min read
PHP 8.1 ReadOnly class properties

PHP 8.1 ReadOnly class properties

7
Comments
1 min read
Documentação a linha ténue entre usar ou não o clean code

Documentação a linha ténue entre usar ou não o clean code

7
Comments
4 min read
Code smell Katas — Graceful exception handling

Code smell Katas — Graceful exception handling

5
Comments
5 min read
Code Smell 132 - Exception Try Too Broad

Code Smell 132 - Exception Try Too Broad

17
Comments 6
2 min read
Clean Code Tip: Not all comments are bad

Clean Code Tip: Not all comments are bad

5
Comments 1
2 min read
Vue.js e os princípios do SOLID

Vue.js e os princípios do SOLID

12
Comments 1
11 min read
Writing better code

Writing better code

8
Comments
1 min read
Clean Code Tip: AAA pattern for tests: why is it important?

Clean Code Tip: AAA pattern for tests: why is it important?

7
Comments 1
2 min read
The magic combo: label what your code does and break it down to small pieces

The magic combo: label what your code does and break it down to small pieces

6
Comments
5 min read
O Poder da Classe Enum com métodos abstratos

O Poder da Classe Enum com métodos abstratos

14
Comments
4 min read
Implementando Clean Architecture com Golang

Implementando Clean Architecture com Golang

103
Comments 4
10 min read
loading...