12  Readability

12.0.1 Video

12.0.2 Slides

Slides

12.0.3 Exercise

  • Run a linter through your code and identify style issues:

  • Edit your code to improve the style compatibility, based on the feedback from your linter.

  • Run an autoformatter through your code to automatically fix issues instead of simply flagging them:

  • If you find code that is hard to read, or variable names that need adjusting, make a note to work on it. Use #TODO or another consistent label so you can extract these notes later.