
I’m not exactly sure where this cake comes from, but it sure looks geeky… and delicious! To whoever this cake is addressed, a lot of efforts were put into making it, so I truly wish you guys unending joy and happiness!
Thanks Richard!

I’m not exactly sure where this cake comes from, but it sure looks geeky… and delicious! To whoever this cake is addressed, a lot of efforts were put into making it, so I truly wish you guys unending joy and happiness!
Thanks Richard!
brilliant :))
brilliant :))
THE CAKE IS A LIE!
THE CAKE IS A LIE!
Ugh. People seriously need to stop saying that. It's not even funny anymore…
I laughed.
best. wedding cake. EVER!
best. wedding cake. EVER!
" so I truly wish you guys unending joy and happiness!"
better get an infinite loop on the go
amazing cake tbh
” so I truly wish you guys unending joy and happiness!”
better get an infinite loop on the go
amazing cake tbh
I love it!
I love it!
what language is this?
what language is this?
@Diesal11:
Yes, it's a lie, but not for the reason you think.
While "do…until" is proper syntax, it is long considered depreciated as "do…while" is the near universal iteration for loops that need to run at least once.
(The diff? "do…until" breaks when the condition is true, where "do…while" breaks when it is false.)
@Diesal11:
Yes, it’s a lie, but not for the reason you think.
While “do…until” is proper syntax, it is long considered depreciated as “do…while” is the near universal iteration for loops that need to run at least once.
(The diff? “do…until” breaks when the condition is true, where “do…while” breaks when it is false.)
You just won the "Geekier than Thou" Award, LOL
The condition is death, so it's fine that the loop only breaks when the condition is true. Therefore the cake is NOT a lie.
for (cupcake in picture) {
nom(cupcake);
happyCouple.congratulate();
$('*').find('#whomeverMadeTheseAwesomeCupcakes');
}