|
-
Sep 19th, 2000, 07:35 PM
#1
what is foo?
and why is it always used in beginners tutorials for almost all programming langauges?
Code:
<?php
class foo {
function foo_me()
$foo1 = "whats a foo?"; //php
}
}
$foofoo = new foo;
$foofoo->foo_me;
?>
-
Sep 19th, 2000, 07:39 PM
#2
Frenzied Member
fully object oriented? (It's a guess)
Harry.
"From one thing, know ten thousand things."
-
Sep 19th, 2000, 07:50 PM
#3
It's a derivative of "fubar"
Which is "Fu*&ed Up Beyond All Recognition"
I kid you not.
It is a form of encouragement to fellow programmers who have also gone through trial by fire trying to generate working code.
-
Sep 19th, 2000, 10:42 PM
#4
VvB is right
****ed up beyond all recognition it is..
-
Sep 19th, 2000, 10:51 PM
#5
Frenzied Member
never seen that used before...
-
Sep 20th, 2000, 06:59 AM
#6
Hyperactive Member
It means
Fully Operational Obesity. It's a subliminal message cause its hard for us guys not to get fat sitting around programming all day. Hell i know I always have coffee, sprite, 3 snacks buy me when im crunching on some code for long hours. Not to mention a box of cereal for back up!
-RaY
VB .Net 2010 (Ultimate)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|