Design & Development 010 Flashcards
1
Q
What is commenting and what is it used for in coding
A
Commenting is when you leave messages in “#” or “//” that help the reader understand what the code does or to help leave reminders fo yourself(could also be used to make pieces of code not function to test a specific section of your code)
2
Q
A