.comment-link {margin-left:.6em;}
Name:
Location: Penang, Malaysia

September 20, 2005

foobar

For software engineers or to be exact, code developers, it is kind of necessary to learn new programming techniques all the time. Sometimes, it is also necessary to learn a new programming langauge as well. For those who look at sample code on the internet, be it from the open source community, discussion forum, or Microsoft MSDN Library, you might come across the word "foo" and "bar". For example,

int main()
{
foo = bar();
return 0;
}

A games developer cum programming guru told me that "foobar" was originated from the word FUBAR used in the military. FUBAR stands for Fucked Up Beyond Any Recognition. Hahaha...

Should you need the details, please visit these links,
http://www.faqs.org/rfcs/rfc3092.html
http://en.wikipedia.org/wiki/Foobar

1 Comments:

Blogger Yah Wen said...

Wah... ini maciam saya mau tulis 'foobar' dalam program saya

4:52 PM  

Post a Comment

<< Home