DEV Community

# cleancode

Principios e praticas para escrever codigo limpo e sustentavel.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Code Smell 59 - Basic / Do Functions

Code Smell 59 - Basic / Do Functions

5
Comments
2 min read
Things you need to know as a developer - Clean Coding

Things you need to know as a developer - Clean Coding

8
Comments 2
7 min read
The Pros and Cons of DRY Code

The Pros and Cons of DRY Code

6
Comments 2
6 min read
Revisiting the L in SOLID

Revisiting the L in SOLID

12
Comments 2
2 min read
SOLID Principles in Swift: Open/Closed Principle

SOLID Principles in Swift: Open/Closed Principle

5
Comments
4 min read
Programming Advice From 1976

Programming Advice From 1976

4
Comments
3 min read
Revisiting the O in SOLID

Revisiting the O in SOLID

6
Comments
2 min read
C# code refactoring - Introduction

C# code refactoring - Introduction

10
Comments
5 min read
Code Comments Are Stupid

Code Comments Are Stupid

11
Comments 7
6 min read
Understanding Design Patterns: Factory-Method

Understanding Design Patterns: Factory-Method

91
Comments
11 min read
Clean up your code by removing unneeded indentation 🧹

Clean up your code by removing unneeded indentation 🧹

25
Comments 4
2 min read
Real life angular inheritance example

Real life angular inheritance example

5
Comments
5 min read
Why you shouldn't mix levels of abstraction in your functions

Why you shouldn't mix levels of abstraction in your functions

20
Comments
2 min read
Presenting Exceptions to Users

Presenting Exceptions to Users

8
Comments
8 min read
JS Clean Code tip: Don't use tuples for returned objects

JS Clean Code tip: Don't use tuples for returned objects

8
Comments 2
1 min read
Code Smell 53 - Explicit Iteration

Code Smell 53 - Explicit Iteration

15
Comments 15
2 min read
Code Smell 54 - Anchor Boats

Code Smell 54 - Anchor Boats

4
Comments 2
2 min read
Exceptions and Streams

Exceptions and Streams

13
Comments 1
5 min read
DIP - The Dependency Inversion Principle

DIP - The Dependency Inversion Principle

9
Comments
3 min read
ISP - The Interface Segregation Principle

ISP - The Interface Segregation Principle

1
Comments
3 min read
LSP - The Liskov Substitution Principle

LSP - The Liskov Substitution Principle

1
Comments
3 min read
My take on clean code

My take on clean code

30
Comments 3
4 min read
OCP - The Open-Closed Principle

OCP - The Open-Closed Principle

6
Comments
3 min read
SRP - The Single Responsibility Principle

SRP - The Single Responsibility Principle

3
Comments
3 min read
DRY - Don’t repeat yourself

DRY - Don’t repeat yourself

9
Comments
3 min read
loading...