Return to site

SCRUM DEVELOPER CONCEPTS: Clean Code 🧼 MUST-HAVE

· scrum,devops

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