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.
My take on clean code

My take on clean code

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

DRY - Don’t repeat yourself

9
Comments
3 min read
A Subtle Art Of Writing Good Code Comments

A Subtle Art Of Writing Good Code Comments

11
Comments
6 min read
SLAP: Single Level of Abstraction Principle

SLAP: Single Level of Abstraction Principle

9
Comments
1 min read
Hide Checked Exceptions with SneakyThrows

Hide Checked Exceptions with SneakyThrows

15
Comments 2
4 min read
What Clean Means and Why you Should Care đź§ą

What Clean Means and Why you Should Care đź§ą

32
Comments 5
2 min read
A Deeper Dive into Function Arity (With a Focus on Javascript)

A Deeper Dive into Function Arity (With a Focus on Javascript)

13
Comments
10 min read
Understanding Design Patterns: Builder

Understanding Design Patterns: Builder

120
Comments
13 min read
Code Smell 45 - Not Polymorphic

Code Smell 45 - Not Polymorphic

2
Comments
1 min read
Simple State Machines In Java

Simple State Machines In Java

8
Comments
3 min read
What is technical debt?

What is technical debt?

10
Comments 3
1 min read
Why using DateTime.Now directly is a bad idea

Why using DateTime.Now directly is a bad idea

15
Comments
5 min read
Clean code exercises - part 1

Clean code exercises - part 1

60
Comments 11
3 min read
Writing Good Unit Tests; Don’t Mock Database Connections

Writing Good Unit Tests; Don’t Mock Database Connections

13
Comments 2
6 min read
Don't make setters of properties in your class public!

Don't make setters of properties in your class public!

11
Comments 2
4 min read
đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.