vote up 41 vote down star
40

Do you have any clever pseudo-code phrases? Maybe a common phrase that has analogous pseudo-code? What's your best one?

For example, one I've seen, from bash.org:

A programmer started to cuss
Because getting to sleep was a fuss
As he lay there in bed
Looping 'round in his head
was: while(!asleep()) sheep++

One I thought of/use:

  • "Skills to pay the bills": foreach(bill) paywith(skill)

Have any to share?

What would you call these if you gave them a name?

flag
show 20 more comments

63 Answers

vote up 30 vote down

Apple naming function:

function name($product){
     return 'i'.$product;
}

Google naming function:

function name($product){
     return $product.' beta';
}

Microsoft naming function:

function name($product){
     return name($product);
}
link|flag
9  
MS naming should be: return "Microsoft " + anyof("Windows", "Windows Live", "Live", "Kumo") + $product + " " + year() + " " + anyof("", "Pro", "Personal", "Business", "Enterprise") + anyof("", "RC1", "RC2", "beta") + anyof("", &q – devio Mar 20 at 10:09
5  
+ anyof("", "SP1", "SP2", "SP3") – devio Mar 20 at 10:09
show 4 more comments
vote up 6 vote down
for(int i=99; i>=0; i--)
{
    if(i!=99) cout<< i <<" bottles of beer on the wall"<<endl;

    cout<<i<<" bottles of beer on the wall, "<< i <<" bottles of beer."
        <<"Take one down, pass it around, "

     if(i==0) cout<<"no more bottles of beer on the wall. Hiccup!"<<endl<<endl;
}
link|flag
vote up 1 vote down

C#:

while((bouncing = paycheck())) new Action(() => {})();

JavaScript:

while((bouncing = paycheck())) (function() {})();

link|flag
vote up 2 vote down

Name that tune:

if (baby.getEndDate() != null) {
  setAddress(
    new Dwelling("HeartBreak Hotel", "Lonely Street"));
}

for (int i=0; i<3; i++) {
  loneliness++;
}
mood--;

if (crowded) { // crowded always true?
  Room room = new Room();
  room.setClientelle("BROKEN_HEARTED_LOVERS")
  room.setFunction("GLOOM_AVERSION_THERAPY")
  room.getInventory().add(new Carton("Tissues"));
  room.book();
}    

if (role() == BELL_HOP && teary()) {
  global_tear_count++;
  setResidency(PERMANENT);
}  

if (role() == DESK_CLERK && getAttire.color() == Color.BLACK) {
  setResidency(PERMANENT);
}

if (recent(baby.getEndDate()) && !member()) {
  ambulate(getAddress("HeartBreak Hotel"));
}

Courtesy Gen-e-sis.com

link|flag
show 2 more comments
vote up 0 vote down

oh->shit(pointer);

link|flag
vote up 2 vote down

HermanD what about

if what.goes_around == what.comes_around
   do.good
end
link|flag
vote up 1 vote down

For the Star Wars geek...

$DO || ! $DO: try  
try: command no found

OR

if(child.eatsVegetables()) {
   child.becomeBigAndStrong();
}else{
   child.remainSmallForever();
}

OR EVEN

if(self.makeFunnyFace()) {
   if(faceMakingTime > aLongTime) {
        self.face().freeze();
    }
}
link|flag
vote up 7 vote down
def Life()
   while heartbeats
       wakeup
       breakfast
       if weekday
          work
          lunch
          work
       else
          play
          lunch
          play
       supper
       bath
       while (!sex) 
          sleep
   exit
link|flag
show 9 more comments
vote up 0 vote down
if what.goes_around?
  what.comes_around
end
link|flag
vote up 0 vote down

From the movie The Shining

All work and no play makes Jack a dull boy.

if (Work() and Not Play) then Jack = Dull

or

if (Work() && !Play) Jack = Dull;
link|flag
1  
In times like these, it is more appropriate to say : "if (work() && !Pay) then Jack = Dull;" – ePharaoh Mar 19 at 15:28
show 1 more comment
vote up 10 vote down
if(youreHappyAndYouKnowIt) {
    clapYourHands();
}
link|flag
2  
I like the syntax error one more: ratemyeverything.net/image/9914/… – Ólafur Waage Mar 19 at 10:58
4  
What about if "(youreHappy && youKnowIt)"? Or "if (you.happy && you.knowIt)"? – Matthew Crumley Mar 20 at 4:06
show 1 more comment
vote up 31 vote down
while(whatWeNeed != education())
{
   wall->add(bricks++);
}
link|flag
2  
if (meat.hasBeenEaten()) {servePudding();} – James Van Huis Mar 19 at 13:52
1  
pink floyd reference? awesome! – alex Mar 19 at 23:44
show 1 more comment
vote up 8 vote down

A bit more cryptic:

mkfifo('dream')
link|flag
show 1 more comment
vote up 1 vote down
public class Person
{
    public DateTime LearningCurve { get; set; }

    public DateTime LifeExpectancy { get; set; }

    public bool Stoopid
    {
        get
        {
            return this.LearningCurve > this.LifeExpectancy;
        }
    }
}
link|flag
vote up 0 vote down
while(DateTime.Now < DateTime.Now.Date.AddHours(17).AddMinutes(1))
{
    HttpWebRequest myRequest =
  (HttpWebRequest)WebRequest.Create("http://stackoverflow.com/users/USERID?sort=reputationhistory");
    HttpWebResponse myResponse = (HttpWebResponse)myRequest.GetResponse();
}
link|flag
show 3 more comments
vote up 6 vote down

OK So it's SQL but still it tickles my fancy...

Select * from Users
Where Clue is not null

Rows Returned: 0

Courtesy of the Think Geek Overlords

link|flag
vote up 2 vote down

probably lame .. but

class Person
{
    //....
    boolean exists()
    {
        return this.thinks();
    }
    boolean thinks()
    { 
        return this.brain != null; 
    }
}
link|flag
vote up 42 vote down

Classic Foxtrot comic

link|flag
12  
He failed because he forgot the \n terminator. – Ferruccio Mar 19 at 12:47
2  
@Ferruccio: good spot. I also think it would be better if the for loop went from 0 to <500. Would save one keypress anyway. – demoncodemonkey Mar 19 at 23:20
3  
I actually did this in 5th grade... I asked permission to type and print my punishment phrase instead of submitting a notebook with 1000 copies. – Uri Mar 19 at 23:47
show 3 more comments
vote up 6 vote down

From The Simpsons.

C:/dos, C:/dos/run, Run/dos/run

There's one from Futurama. A crippled (young) robot is holding this:

while (1){
   printf("I love mom");
}

I$ find "your_lack_of_faith_disturbing"

link|flag
show 1 more comment
vote up 17 vote down

This one was in Futurama

10 HOME
20 SWEET
30 GOTO 10
link|flag
1  
hehe i always loved that that was an infinite loop :) – thomasrutter Mar 20 at 4:30
show 2 more comments
vote up 26 vote down

Spinoff on Uri's answer...

public class Chicken {
    private Chicken() {
        ...
    }
    public Egg layEgg() {
        return new Egg();
    }
}

public class Egg {
    private Egg() {
        ...
    }
    public Chicken hatch() {
        return new Chicken();
    }
}
link|flag
show 1 more comment
vote up 61 vote down

I forget the original source of this; it had some other ones it it, but I also forget what they were.

class Employee
{
    long lunches;
    short hours;
    double pay;
};
link|flag
6  
How about: short lunches; long hours; bit pay; – Chris Mar 19 at 4:21
show 1 more comment
vote up 59 vote down

Code to display the name of everyone's favorite web site ... eventually:

void x(void) { x(); }
link|flag
2  
I see what you did there. – sirlancelot Mar 19 at 6:58
3  
Yay for SegmentationFault.org... wait... wrong language... – cobbal Mar 19 at 7:18
2  
@Vijay Dev: Run it in your head. :) – unwind Mar 19 at 10:53
1  
@All: wish I could upvote your comments! – Adam Liss Mar 19 at 13:47
3  
Tailcall optimization would reduce this to One Infinite Loop... – Tim Lesher Mar 19 at 13:55
show 8 more comments
vote up 17 vote down
public class Egg
{
    int hashCode()
    {
       ...
    }
}
link|flag
1  
No, just that if you implement a hashcode on your eggs, they're less likely to all end up in the same basket (or bucket...) – Uri Mar 19 at 4:36
show 2 more comments
vote up 7 vote down

FK UNICODE

Oh, pseudocode phrases? No...

link|flag
show 1 more comment
vote up 16 vote down
10 LATHER
20 RINSE
30 GOTO 10
link|flag
1  
Assembly would be ":start LTR; RNS; JMP :start" :) – Blorgbeard Mar 19 at 8:35
show 3 more comments
vote up 5 vote down

Bible reference:

first = last;  
last = first;
link|flag
2  
Any interpretation for the religiously illiterate? :) – Chris Mar 19 at 4:00
2  
But here, the first will be the last and the last will be the last, too. ;) – Nikhil Chelliah Mar 19 at 4:13
show 5 more comments
vote up 6 vote down
pthread_mutex_lock(&coop_mutex);
pthread_cond_wait(&hatched_cv, &coop_mutex); 
ct = count_chickens();
pthread_mutex_unlock(&coop_mutex);
link|flag
show 2 more comments
vote up 15 vote down

From a t-shirt

i > u
link|flag
3  
I have that shirt. While I can't argue with the math, the grammar drives me crazy. :-) – Tim Sullivan Mar 19 at 3:51
show 3 more comments
vote up 17 vote down

Oldie:

while ( !(succeed = try()) );
link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.