-
Notifications
You must be signed in to change notification settings - Fork 0
Clean code rules
Przemysław Wiczołek edited this page Sep 27, 2020
·
10 revisions
Why clean code is important:
- Unmanageable code increases the technical debt in project, which can be visualised with this simple infographic:
- Error handling
- Avoid output arguments and modifying arguments of function
- Don't comment out code