My wedding, with code
Got married in 2016. Couldn't resist making the whole thing unnecessarily technical.
Rails app with:
Designed to look like Ruby code:
class Wedding
def initialize
@date = "June 2016"
@venue = "Bangalore"
end
def invite(guest)
puts "Dear #{guest}, you're invited!"
end
end
Family was confused. Developer friends loved it. The invites became collector items in our circle.
200+ RSVPs. No bugs in production.