vote up 205 vote down star
117

I'm getting married on April 4th, 2009. My future wife has agreed to let me have actual code on top of the wedding cake. Woot!

There isn't very much room, four, maybe five lines (it's only a 6" cake because the main cake is a bunch of cupcakes).

Any language is okay, Java, JavaScript, XML.

A lot of the people attending the wedding have coded before, so they'll "get it".

My name is 'Robert' and her name is 'Tiffany', some sort of creative use of those names would be cool.

What code would you have on your wedding cake?

More code cakes (1) (2) (3) (4) (5) (6)

flag
7  
Am I the only curious one to see an actual picture of the cake? – Ólafur Waage Apr 17 at 12:35
4  
Congratulations by the way! – m_oLogin Apr 20 at 15:07
3  
@Sembiance: Wish you a happy life together! – Mehrdad Afshari Apr 27 at 13:18
13  
The USB cupcakes are a nice touch. – mmyers May 9 at 5:02
105  
Good you didn't put until(death = true); – ya23 Jul 13 at 0:50
show 7 more comments

78 Answers

prev 1 2 3
vote up 21 vote down

What about some Python?


if ' love '.join("Bob", "Tiff") :
   eatThatDamnCake(datetime.datetime.now())
link|flag
show 5 more comments
vote up 1 vote down
for account in BankAccounts:

    happiness{"wife"} += 1
    snobbiness{"wife"} += 1
    livingStandardInFiveYears -= 10
    hairLossPerMinute{"male"} += 20
link|flag
vote up 99 vote down
/*
* No need anymore, but plz do NOT erase
*
* class Singleton {...}
*/
link|flag
3  
Subtle, I like it. – Atomiton Mar 26 at 19:12
show 2 more comments
vote up 2 vote down
private int patienceLevel = 100;
void LiveMarriage()
{
    if (MessageBox.Show("Want to divorce?", "", MessageBoxButtons.YesNo) == DialogResult.Yes)
        return;

    //keep on trying
    Thread.Sleep(patienceLevel);
    LiveMarriage();
}

The loads of opportunities to avoid a stackoverflow will come under the concept of a divorce (a meta-joke :-)).

link|flag
vote up 15 vote down
void Relationship.doMarriage(Minister aMinister) {
  Bride lBride = (Bride)self.female;
  Groom lGroom = (Groom)self.male; 

  lBride.walkDownAisle(new WeddingMusic("Arrival of the Queen of Sheba"));

  aMinister.BeginService(WeddingService.Traditional);

  try {
    lGroom.makeVows();
    lBride.makeVows();

    lGroom.Rings++;
    lBride.Rings++;

    self.IsMarried = true;

    lGroom.kiss(lBride);
  } finally {
    aMinister.EndService();
  }
}

Or if that's too long:

Relationship.doMarriage() {
      Groom.makeVows();
      Bride.makeVows();

      self.IsMarried = true;
      Groom.kiss(Bride);
   }
link|flag
show 5 more comments
vote up 62 vote down
SELECT wife FROM women WHERE 
  looks='gorgeous' AND idealman LIKE 'Robert%'
UNION
SELECT husband FROM men WHERE
  job='geek' AND loves='Tiffany'

OK, so I've got no idea about SQL, but someone with knowledge must be able to knock something up with the rather appropriate keywords like SELECT, JOIN, UNION, LIKE etc.

link|flag
1  
+1, if only for the proximity of "knock something up" to "SELECT, JOIN, UNION, LIKE" – Adam Liss Mar 27 at 2:54
show 3 more comments
vote up 17 vote down
double GetBankAccountBalance()
{
   if (isMarried)
   {
      return 0.0;
   }
   else
   {
      return lifeSavings;
   }
}
link|flag
show 1 more comment
vote up 194 vote down
if (wife.allowsCodeOnCake)
{
    this(nerd).hasFoundTrueLove = true;
}
link|flag
6  
How about another line in the if? wife.rollEyesAndSigh(); – Samuel Mar 26 at 20:50
4  
And please do not expose your class members like that. Accessor methods, anyone? ;) – E Dominique Mar 27 at 13:44
1  
@Click Upvote: I agree. $(nerd) might look better :) jQuery style. – Mehrdad Afshari Mar 28 at 11:02
show 12 more comments
vote up 2 vote down

echo "prenup"

link|flag
vote up 40 vote down
while (!husband.isDead() && !wife.isDead()) {
    try {
        marriage();
    } catch (DisagreementException e) {
        continue;
    }
}
link|flag
35  
|| should be && there-- unless you're into necrophilia. – sysrqb Mar 26 at 20:01
1  
Good catch, sysrqb! – Cerebrus Mar 28 at 10:18
show 6 more comments
vote up 4 vote down
Wife Tiffany=new Wife();
Mistress Jenny=new Mistress();
if (! Tiffany.isAround()) Jenny.kiss();
else Tv.watch();
link|flag
1  
I frown'd then I smiled – FlipMcF Mar 27 at 7:08
1  
i lol'd and frown'd at people frowning but not loling – theman_on_vista Apr 7 at 21:15
show 3 more comments
vote up 17 vote down

Don't have an answer for you wedding cake, but your 40th anniversary cake code should be in Ruby...

[fetches coat]

link|flag
3  
lemme guess, you're here all week – thomasrutter Apr 6 at 3:30
show 1 more comment
vote up -3 vote down

$self->birth()->age()->die();

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

What's a wife ? :)

Pesto:

It's a subclass of girlfriend that has unlimited access to your private members but doesn't make good use of it, hogs all available resources, and spawns child processes that you aren't allowed to kill off.

link|flag
15  
A compiled girlfriend. – Martin Mar 26 at 15:48
179  
It's a subclass of girlfriend that has unlimited access to your private members but doesn't make good use of it, hogs all available resources, and spawns child processes that you aren't allowed to kill off. – Pesto Mar 26 at 15:52
9  
Surely a statically linked girlfriend? – Martin Beckett Mar 26 at 17:01
1  
I wish I could give Martina and Pesto upmods. – SquidScareMe Mar 26 at 17:06
1  
Pesto deserves upmods and I wish we could upmod individual comments. That just made my day! – X-Istence Mar 26 at 17:33
show 8 more comments
vote up 73 vote down
if(husband.take(wife) && wife.take(husband)){
  while(!death){
    love();
    honor();
    cherish();
  }
  part();
}
link|flag
9  
It's already a little long for what the OP wanted, but I could add an "obey();" call... although that would probably just be "husband.obey();" since that method is not implemented for wife objects. =) – gnovice Mar 26 at 16:10
4  
wife.obey(); // Syntax error – Daniel LeCheminant Mar 26 at 16:17
1  
@Daniel L: Nope. It's a pure virtual function call exception! – Mehrdad Afshari Mar 28 at 11:03
show 11 more comments
vote up 195 vote down

You can keep it simple also, and just have:

for( ; ; );

I don't even think you need to say more than that. It's simple and gets the point across. :)

link|flag
1  
Beautifully expressed!!! – Shivasubramanian A Mar 28 at 15:54
1  
Love the subtlety of this one. – martinlund Mar 31 at 7:20
16  
#define ever (;;); – hasen j Jun 8 at 0:27
27  
Doesn't this translate to "do nothing forever?" – Kevin Laity Jul 13 at 17:50
show 1 more comment
vote up 0 vote down
(function Marriage (love, happiness)  {
    var life = this.HolyMatrimony({
        husband: "yourname", wife: "hername"
    });
    return life.of(love,happiness);
}).bind(vicor,100,100)()
link|flag
show 1 more comment
vote up 19 vote down
while(isAlive) continue;
link|flag
prev 1 2 3

Your Answer

Get an OpenID
or

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