👩‍🏫 Courses
👩‍💻About

Writing Clean Code

Clean Code Practices:

  • Keep your quotation marks consistent
  • Use camelCase for functions
  • Boolean variables, or functions that return a boolean value, should start with 'is', 'has' or 'should'.
  • DRY - Don't repeat yourself