DEV Community

Clean code tips Series' Articles

Back to Davide Bellone's Series
Clean code tips - names and functions
Cover image for Clean code tips - names and functions

Clean code tips - names and functions

20
Comments 3
6 min read
Clean Code Tip: AAA pattern for tests: why is it important?
Cover image for 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
Clean Code Tip: Not all comments are bad
Cover image for Clean Code Tip: Not all comments are bad

Clean Code Tip: Not all comments are bad

5
Comments 1
2 min read
Clean Code Tip: Avoid using too many Imports in your classes
Cover image for 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
Clean Code Tip: Tests should be even more well-written than production code
Cover image for Clean Code Tip: Tests should be even more well-written than production code

Clean Code Tip: Tests should be even more well-written than production code

6
Comments
2 min read
Clean code tip: use the same name for the same concept
Cover image for Clean code tip: use the same name for the same concept

Clean code tip: use the same name for the same concept

3
Comments
1 min read
Clean Code Tip: Don't use too many method arguments
Cover image for Clean Code Tip: Don't use too many method arguments

Clean Code Tip: Don't use too many method arguments

4
Comments
2 min read
Clean Code Tip: Keep the parameters in a consistent order
Cover image for Clean Code Tip: Keep the parameters in a consistent order

Clean Code Tip: Keep the parameters in a consistent order

1
Comments
1 min read
Clean Code Tip: Avoid subtle duplication of code and logic
Cover image for Clean Code Tip: Avoid subtle duplication of code and logic

Clean Code Tip: Avoid subtle duplication of code and logic

Comments
2 min read