Lord of the Comments

--Originally published at Codebuster

As you navigate your way trhough programming you will acquire more knowledhe, and will create more complex programs each time, this programs can become hard to read, thus comments are used. Comments are the notes that you leave in a program to remind yourself, or to explain to another person what the program is doing. Since you can’t reach from the other side of the screen, comments are a pretty important deal. The very best thing about comments is, they are completely ignored by the interpreter, so feel free to use them as often as needed to make your program more readable.

There are two types of comments, if it’s a one liner,

comment i g.PNG

To put a comment just type a #before what you wish to say

Should’nt be hard, since we constantly navigate a #infected world in twitter and instagram.

Or in case of long comments,

other comment

If you have a lot to say, just use “”” before the comment “””