DEV Community

# cleancode

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
!Comment your code

!Comment your code

12
Comments 2
4 min read
Clean Code Tip: Avoid using too many Imports in your classes

Clean Code Tip: Avoid using too many Imports in your classes

6
Comments
2 min read
Why you desperately need Value Objects in your life

Why you desperately need Value Objects in your life

13
Comments 9
8 min read
Aplicando boas práticas de programação em Data Science

Aplicando boas práticas de programação em Data Science

3
Comments
3 min read
Clean code exercises - part 2

Clean code exercises - part 2

9
Comments
3 min read
PHP 8.1 ReadOnly class properties

PHP 8.1 ReadOnly class properties

7
Comments
1 min read
Documentação a linha ténue entre usar ou não o clean code

Documentação a linha ténue entre usar ou não o clean code

7
Comments
4 min read
Code smell Katas — Graceful exception handling

Code smell Katas — Graceful exception handling

5
Comments
5 min read
Code Smell 132 - Exception Try Too Broad

Code Smell 132 - Exception Try Too Broad

17
Comments 6
2 min read
Clean Code Tip: Not all comments are bad

Clean Code Tip: Not all comments are bad

5
Comments 1
2 min read
Vue.js e os princípios do SOLID

Vue.js e os princípios do SOLID

12
Comments 1
11 min read
Writing better code

Writing better code

8
Comments
1 min read
Clean Code Tip: AAA pattern for tests: why is it important?

Clean Code Tip: AAA pattern for tests: why is it important?

7
Comments 1
2 min read
The magic combo: label what your code does and break it down to small pieces

The magic combo: label what your code does and break it down to small pieces

6
Comments
5 min read
O Poder da Classe Enum com métodos abstratos

O Poder da Classe Enum com métodos abstratos

14
Comments
4 min read
Implementando Clean Architecture com Golang

Implementando Clean Architecture com Golang

103
Comments 4
10 min read
How to log your life easier in Symfony?

How to log your life easier in Symfony?

8
Comments 1
3 min read
2- Why/How to write "Comment"? What is Clean Code?

2- Why/How to write "Comment"? What is Clean Code?

5
Comments 4
7 min read
Code Smell 114 - Empty Class

Code Smell 114 - Empty Class

6
Comments
2 min read
“Best Practices” as an anti-pattern

“Best Practices” as an anti-pattern

5
Comments
3 min read
Clean Code in C# Part 9 Rules for Results

Clean Code in C# Part 9 Rules for Results

7
Comments
3 min read
0- Advanced Software Development

0- Advanced Software Development

6
Comments 1
3 min read
How to write clean code?!

How to write clean code?!

6
Comments
3 min read
Some Best Practices of Javascript for clean and better code quality...

Some Best Practices of Javascript for clean and better code quality...

211
Comments 10
4 min read
Clean Code Tip: Avoid mental mappings

Clean Code Tip: Avoid mental mappings

6
Comments
2 min read
Clean Code in C# Part 8 Classes

Clean Code in C# Part 8 Classes

4
Comments
3 min read
Declarative Optional.Js

Declarative Optional.Js

6
Comments
1 min read
Clean Code in C# Part 7 Unit Tests

Clean Code in C# Part 7 Unit Tests

10
Comments
3 min read
Clean Code in C# Part 6 Limits

Clean Code in C# Part 6 Limits

6
Comments
3 min read
But we REALLY need TODO comments!

But we REALLY need TODO comments!

5
Comments 1
2 min read
Refactoring 003 - Extract Constant

Refactoring 003 - Extract Constant

7
Comments
1 min read
Clean Code in C# Part 5 Exception Handling

Clean Code in C# Part 5 Exception Handling

6
Comments
3 min read
I Wrote More than 90 Articles on 2021: Here is What I Learned

I Wrote More than 90 Articles on 2021: Here is What I Learned

19
Comments
4 min read
Clean Code in C# Part 4 Formatting

Clean Code in C# Part 4 Formatting

5
Comments
4 min read
Code Smell 111 - Modifying Collections While Traversing

Code Smell 111 - Modifying Collections While Traversing

6
Comments
2 min read
Clean Code in C# Part 3 Comments

Clean Code in C# Part 3 Comments

11
Comments 6
2 min read
Code Smell 110 - Switches With Defaults

Code Smell 110 - Switches With Defaults

7
Comments
2 min read
Go project layout with Clean architectures and DDD

Go project layout with Clean architectures and DDD

10
Comments
6 min read
Refactorización de un monolito (Refactoring of a monolith)

Refactorización de un monolito (Refactoring of a monolith)

4
Comments
4 min read
Clean Code in C# Part 2 Methods

Clean Code in C# Part 2 Methods

5
Comments
4 min read
DEV3L on Five Lines of Code - How and when to refactor

DEV3L on Five Lines of Code - How and when to refactor

5
Comments
3 min read
Code Smell 108 - Float Assertions

Code Smell 108 - Float Assertions

4
Comments
2 min read
Your Code isn’t Correct

Your Code isn’t Correct

7
Comments
3 min read
Your IDE helps if you help the IDE - example

Your IDE helps if you help the IDE - example

4
Comments
3 min read
Code Smell 105 - Comedian Methods

Code Smell 105 - Comedian Methods

2
Comments 4
2 min read
Why is good naming so important?

Why is good naming so important?

3
Comments
2 min read
Clean Code in C# Part 1 Meaningful Names

Clean Code in C# Part 1 Meaningful Names

20
Comments
3 min read
Code Smell 104 - Assert True

Code Smell 104 - Assert True

4
Comments
2 min read
Why meaningful names are important?

Why meaningful names are important?

4
Comments
2 min read
Refactoring 001 - Remove Setters

Refactoring 001 - Remove Setters

10
Comments
2 min read
Code Smell 102 - Arrow Code

Code Smell 102 - Arrow Code

6
Comments
2 min read
Code Smell 100 - GoTo

Code Smell 100 - GoTo

7
Comments
2 min read
From Scala to Java. Encapsulate code with inner static classes, interfaces and enums.

From Scala to Java. Encapsulate code with inner static classes, interfaces and enums.

6
Comments
5 min read
Clean Code Tips - Usar nombres significativos

Clean Code Tips - Usar nombres significativos

6
Comments
2 min read
Monorepo? O que é? Devo usar?

Monorepo? O que é? Devo usar?

17
Comments 3
2 min read
Code Smell 99 - First Second

Code Smell 99 - First Second

6
Comments
1 min read
UI? Piece a Cake

UI? Piece a Cake

5
Comments
12 min read
"Don't Make Me Think!" | 4 Ways to Put Developer Experience First When Writing Code

"Don't Make Me Think!" | 4 Ways to Put Developer Experience First When Writing Code

17
Comments
11 min read
Naming Patterns Matter

Naming Patterns Matter

5
Comments
3 min read
How to write better JavaScript using Immutability

How to write better JavaScript using Immutability

5
Comments
5 min read
loading...