Friday, December 21, 2007

Programming comments

For those of you who are not all to familair with programming, when you write a program, a script,... you can add comment lines that don't count towards the program. These comment lines help people understand your program.
For example:
#This is where this program connects to the database
or
#This is where the user inputs data

When you use programs you'll never see any of these comments, they are well hidden deep inside a script.
That was untill google started crawling through source code and the end result was this.

No comments: