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.
Make your function calls more readable

Make your function calls more readable

53
Comments 3
4 min read
Washing your code: avoid loops

Washing your code: avoid loops

54
Comments 5
7 min read
Coding Cleaner

Coding Cleaner

16
Comments 3
5 min read
Software Architecture: Therac-25 the killer radiation machine

Software Architecture: Therac-25 the killer radiation machine

62
Comments
6 min read
Understanding Design Patterns: Singleton using Hero Examples! (Batman and Spiderman are inside).

Understanding Design Patterns: Singleton using Hero Examples! (Batman and Spiderman are inside).

133
Comments
6 min read
Write Shitty Code

Write Shitty Code

50
Comments 3
6 min read
Understanding Design Patterns: Facade using Pokemon and Dragonball Examples!

Understanding Design Patterns: Facade using Pokemon and Dragonball Examples!

174
Comments
6 min read
Variable looked at me and said: “Say my name!”

Variable looked at me and said: “Say my name!”

5
Comments
3 min read
Design Patterns - Adapter

Design Patterns - Adapter

142
Comments 5
5 min read
Short methods FTW

Short methods FTW

6
Comments 2
3 min read
9 Books For Junior Developers In 2019

9 Books For Junior Developers In 2019

31
Comments 10
10 min read
Demeter’s Law: Don’t talk to strangers!

Demeter’s Law: Don’t talk to strangers!

77
Comments 10
4 min read
Writing better test assertions

Writing better test assertions

17
Comments 2
8 min read
Dependency injection: PHP edition

Dependency injection: PHP edition

67
Comments 4
3 min read
Design Patterns - Template Method

Design Patterns - Template Method

120
Comments 8
5 min read
Applications as Frameworks

Applications as Frameworks

8
Comments
5 min read
Refactorings with Design Patterns

Refactorings with Design Patterns

5
Comments
2 min read
Software Design Questions

Software Design Questions

6
Comments
2 min read
Virtue always has neighbours

Virtue always has neighbours

35
Comments 4
6 min read
Protect your system from changes in 3rd party dependencies

Protect your system from changes in 3rd party dependencies

23
Comments
3 min read
Choosing which refactorings to use based on code smells

Choosing which refactorings to use based on code smells

6
Comments
2 min read
The Three Laws of Objects

The Three Laws of Objects

26
Comments
5 min read
Write Your Own Javascript Contracts and Docstrings

Write Your Own Javascript Contracts and Docstrings

31
Comments 1
3 min read
Lambda Expressions in C++

Lambda Expressions in C++

29
Comments 11
10 min read
What is your single most important rule for good software design?

What is your single most important rule for good software design?

15
Comments 12
1 min read
loading...