25 Clean Code Tips That You Should Be Familiar
25 Clean Code Tips That You Should Be Familiar
Unit test
Refactor code
Use async/await
Use version Controls
Choose libraries wisely
Don't use too many parameters
Use expression bodied members
For simple if-else use ternary Operator
mwaseemzakir
mwaseemzakir
Format Code
Use appropriate IDE
Avoid returning Null
Use meaningful Names
Don't reinvent the Wheel
Keep your class size Small
Structure your solution Well
Use proper naming Convention
mwaseemzakir
Follow DRY
Follow KISS
Follow SOLID
Follow YAGNI
Eliminate extra Functions
Don't use a lot of Comments
mwaseemzakir