Return to site

SCRUM DEVELOPER CONCEPTS: Clean Code 🧼 MUST-HAVE

March 5, 2023

Clean Code should have the following features:

  1. - Descriptive Function Names
  2. - Small Functions
  3. - Few Comments
  4. - Few Arguments
  5. - Single Responsibility Principle
  6. - Necessary Code Only
  7. - Tested