Jamie Balfour

Welcome to my personal website.

Find out more about me, my personal projects, reviews, courses and much more here.

Official ZPE/YASS documentationInternal documentation

Official ZPE/YASS documentationInternal documentation

Internal documentation, often called comments, is a way of informing users what a specific piece of code does.

Using internal comments

YASS
//This is internal documentation
  

As comments can also be multiline, there is an option to insert them in to longer strings of text:

YASS
/*This is an internal comment
This is an internal comment
End internal comments here*/
  
Comments
Feedback 👍
Comments are sent via email to me.