Volunteering
  • Welcome!
  • Code Review
    • Task Description
    • How to review an entire repo on github
  • Tech Tutorials
    • Task Description
    • Topics
      • Template
      • Async await (Javascript)
      • Clean code
      • Top 5 tips for a junior developer
      • Chrome debugging
  • Examples
    • Bonsai Project
Powered by GitBook
On this page
  • Task
  • Learning objectives:
  • Students will already:
  • Detailed Notes:
  1. Tech Tutorials
  2. Topics

Clean code

Task

Learning objectives:

Most students should:

  • Know how to write good code

  • Understand that using good names and smaller functions will improve the readability of their code.

Students will already:

  • Have had at least 25 hours of tuition and practise with javascript

  • Have a good understanding of the basics of javascript, and functions

Detailed Notes:

Good code is (mostly) subjective so its up to you what you want to cover in the video and tutorial. Please try to keep it short and focus on maybe 3-5 things that you do (or think others should do) to make their code more readable, clean and understandable. Please give plenty of examples.

PreviousAsync await (Javascript)NextTop 5 tips for a junior developer

Last updated 3 years ago