14 coaches online • Server time: 07:15
Sprint
Sure Feet
Thick Skull
Block
Break Tackle
"In computer programming, a comment is a programmer-readable annotation in the source code of a computer program. They are added with the purpose of making the source code easier to understand, and are generally ignored by compilers and interpreters."
For those who didn't understand the quote above, a comment is a note that is ignored by the code that I can use to write down info about various things, from what section I am at in the code (like make a bunch of commented lines with a Table of Contents that has things I can ctrl+f), to what to copy if I need to make a copy of it later in the code (like with season updates). This is very useful to me because my memory isn't that great, and whenever I need to update the Overview Page, I typically need to return to
this page just to get a refresher on what to do.
But alas, there is no such thing as comments in BBcode, and that makes me sad.