Forem

# cleancode

Principios e praticas para escrever codigo limpo e sustentavel.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Never rely on Strings for conditionals
Cover image for Never rely on Strings for conditionals

Never rely on Strings for conditionals

5
Comments
3 min read
Simple but powerful Coding Practices that you can adopt immediately: Consistent naming conventions
Cover image for Simple but powerful Coding Practices that you can adopt immediately: Consistent naming conventions

Simple but powerful Coding Practices that you can adopt immediately: Consistent naming conventions

9
Comments
2 min read
Organizing your code: 3 ways to create namespaces in Python
Cover image for Organizing your code: 3 ways to create namespaces in Python

Organizing your code: 3 ways to create namespaces in Python

8
Comments
5 min read
Writing a good variable name

Writing a good variable name

5
Comments
1 min read
Two reasons why you should add a return type in your functions in Kotlin
Cover image for Two reasons why you should add a return type in your functions in Kotlin

Two reasons why you should add a return type in your functions in Kotlin

4
Comments
2 min read
Code Smell 45 - Not Polymorphic
Cover image for 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?
Cover image for What is technical debt?

What is technical debt?

10
Comments 3
1 min read
How to Comment Your Code Like a Boss

How to Comment Your Code Like a Boss

6
Comments 2
2 min read
Simple but powerful Coding Practices that you can adopt immediately: Indentation & whitespace
Cover image for Simple but powerful Coding Practices that you can adopt immediately: Indentation & whitespace

Simple but powerful Coding Practices that you can adopt immediately: Indentation & whitespace

9
Comments
2 min read
Why using DateTime.Now directly is a bad idea
Cover image for Why using DateTime.Now directly is a bad idea

Why using DateTime.Now directly is a bad idea

15
Comments
5 min read
Book: Clean Code
Cover image for Book: Clean Code

Book: Clean Code

3
Comments 2
20 min read
Clean code exercises - part 1
Cover image for 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
Pitfalls of static code analysis: class, function, or method length rules
Cover image for Pitfalls of static code analysis: class, function, or method length rules

Pitfalls of static code analysis: class, function, or method length rules

2
Comments
2 min read
👋 Sign in for the ability to sort posts by relevant, latest, or top.