Forem

# cleancode

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
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?

5
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

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

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

15
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

17
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

7
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

49
Comments
1 min read
loading...