Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 331 Bytes

readme.md

File metadata and controls

3 lines (3 loc) · 331 Bytes

nice to have the better comments plugin installed in vscode. if not:

  • Comments that follow the pattern // ! highlight in red by default. This is to mean something vital noted.
  • Comments that follow the pattern // * highlight in green by default. This is to mean that a solution is explained / demosntrated in the below code.