vote up 199 vote down star
112

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
12  
The USB cupcakes are a nice touch. – mmyers May 9 at 5:02
90  
Good you didn't put until(death = true); – ya23 Jul 13 at 0:50
show 7 more comments

79 Answers

1 2 3 next
vote up 258 vote down check
Do {
    Have();
    Hold();
} Until (Death == True);
link|flag
15  
Your suggestion is what inspired the cake I ended up with. Thanks! – Sembiance Apr 20 at 21:51
1  
Holy cow. Why were people messing with this in the beginning? – George Stocker Jul 13 at 18:46
2  
Um... how about `Do { ... } While (!Dead ); ? – Svish Jul 14 at 20:50
show 4 more comments
vote up 1 vote down

Transaction.Rollback();

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

I've found this on failblog.

I guess the cake was text/plain

alt text

link|flag
vote up 0 vote down

This is my first time here, and I just happened to come across this site while looking for some kind of creative SQL code to put on my hubby's birthday cake. I know that I'm kind of going off the topic here but, if anyone can help me out, I'd greatly appreciate it - there were so many good wedding cake ideas here!

link|flag
vote up 1 vote down
C:\Run Freedom.exe /destination:theHills /nostop /noturnback /headphonesOn
link|flag
vote up 3 vote down

Here's my Java version:

while (death != true) {
    try {
        goodTimes();
        badTimes();
        haveKids();
        growOld();
    }
    catch (ReconcilableException e) {
        makeUp();
        continue;
    }
    catch (UnreconcilableException e) {
        if (counsuling())
            continue;
        else 
            divorce();
    }
}

Yea, it's more than 4 lines.

link|flag
vote up 1 vote down

Here's my jQuery version:

$("#altar").bind("vows", function () {
    $("#marriage").append("#Robert").append("#Tiffany");
});
link|flag
vote up 1 vote down

My future wife has agreed to let me have actual code on top of the wedding cake. Woot!

Robert, do you even realize the full long-term repercussions of accepting such a "permission"? You do understand this will come back to haunt you for the rest of your marriage, right? I would think twice before getting involved with any decisions affecting anything that will/can show up in the wedding video or pictures. :)

Congratulations!

link|flag
vote up 0 vote down
using(Health h = Sickness | Healthy)
using(Wealth w = Rich | Poor)
{
    Tiffany.LoveAndCherish(Robert);
    Robert.LoveAndCherish(Tiffany);        
    Robert.Kiss(Tiffany);
}
link|flag
vote up 9 vote down

I had the following on my grooms cake back in 2006. I think they changed their tab sizes halfway through it though.

alt text

link|flag
5  
Dude! Your cake isn't properly null terminated! – Vicky Jul 13 at 16:04
vote up 3 vote down
Person robert = new Person();
Person tiffany = new Person();
if( robert.take( tiffany ) && tiffany.take( robert ) ) {
  this.eat()
  while( !( robert.death || tiffany.death ) ) {
    liveHappily( robert, tiffany );
  }
  part( robert, tiffany );
}
link|flag
vote up 3 vote down
$husband = argument ? right : happy
link|flag
vote up 3 vote down

How about one of the classics, that more people have a chance of recognising / understanding?

10 LOVE
20 GOTO 10

Someone can probably come up with something better for that first line...

link|flag
vote up 31 vote down

Be careful when trying to cast a girlfriend as a wife. There are several interfaces supported by iGirlFriend that aren't supported by iWife.

link|flag
vote up 3 vote down
int i, love, u;

for (i=1; i<u ; i++) love=u++;

Obviously it is an infinite love.

link|flag
vote up 0 vote down
child = 'robert'.toMan.marriage('tiffany'.toWoman)
child.setAge(27).must.makingCake('Roses Are #FF0000.. Violeta..') if child != null
link|flag
vote up 0 vote down

make clean

link|flag
vote up 1 vote down

Or you could have a simple

me++;
link|flag
show 1 more comment
vote up 4 vote down
if(Love())  
  {
  Marriage();
  }

Compiler Error M0001: Love is unconditional.

link|flag
show 1 more comment
vote up 1 vote down
Husband h = new Husband("Robert");
Wife w = new Wife("Tiffany");
new Priest().Marry(h, w);
List<Child> children = new List<Child>();
children.Add(h.Reproduce(w));
link|flag
show 1 more comment
vote up 13 vote down

If I was you, I would think about what a big, stinky nerd I was being and not go through with this :). Leave coding at home on your wedding day, your wife (and all the guests) will thank you.

link|flag
2  
Surely you're not suggesting that love and code don't go together? How do you think so much crap software ever sees the light of day? ;) – rism Mar 31 at 1:39
2  
Haha, good point. I've always thought the best coders are the ones that can leave it at home and live a little without thinking about everything in terms of data structures (ie a bit of a different perspective). – temp2290 Mar 31 at 4:19
show 1 more comment
vote up 4 vote down
#include <stdio.h>

int
main(void)
{
        printf("Hello, world!\n");
}
link|flag
vote up 4 vote down

while(true) Robert.Love(Tiffany);

link|flag
vote up 12 vote down
// Variables Robert & Tiffany are integer representations
// of the actual people.
(Robert ^ Tiffany) == uint.MaxValue;

In case you don't get this one it is essentially saying that Tiffany is the perfect complement to Robert.

link|flag
vote up 3 vote down
Person robert = new Person("Robert");
Person tiffany = new Person("Tiffany");
robert.Heart.BelongsTo(tiffany, new TimeSpan("Always"));
link|flag
vote up 4 vote down

Your wife is just the coolest!!

    While(true){
RobertLoveToTiffany++;}
link|flag
vote up 1 vote down

This one is in Ruby:

puts "Goodbye, Cruel World!"
File.unlink $0

Note: unlink removes the file $0 which is the file of the program being executed.

link|flag
vote up 0 vote down

In Ruby:

>> marriage = Marriage.new :husband_id => params[:robert_id], 
                           :wife_id => params[:tiffany_id]
>> marriage.save
=> true
>> marriage.freeze
link|flag
vote up 39 vote down

It isn't technically code but I would put simply:

F1
link|flag
3  
F1 is an usual shortcut for "Help!" – bigmonachus Apr 20 at 19:42
show 2 more comments
vote up 1 vote down
try
{
 var g = Girls.Single(x=>x.equals("Tiffany"));
}
catch(MultipleGirls ex)
{
  //Problems here...
}

I like this...

link|flag
1 2 3 next

Your Answer

Get an OpenID
or

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