Results 1 to 6 of 6

Thread: foo!!??!?!

  1. #1
    Guest

    Exclamation

    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;
    ?>

  2. #2
    Frenzied Member HarryW's Avatar
    Join Date
    Jan 2000
    Location
    Heiho no michi
    Posts
    1,827
    fully object oriented? (It's a guess)
    Harry.

    "From one thing, know ten thousand things."

  3. #3
    Guest

    Exclamation 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.

  4. #4
    Guest

    Talking VvB is right

    ****ed up beyond all recognition it is..

  5. #5
    Frenzied Member
    Join Date
    Jul 1999
    Posts
    1,800
    never seen that used before...

  6. #6
    Hyperactive Member
    Join Date
    May 2000
    Posts
    344

    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
  •  



Click Here to Expand Forum to Full Width