Give PR's for Father's Day!
We need entries for this year's Lyrical Code T-shirt!
We’ve got to submit the t-shirt print in the next 2 weeks and in an unfortunate first we have…zero pull requests for this year’s Lyrical Code T-shirt!
You voted for Never Gonna Give You Up at the 2025 conference, so for Father’s Day let’s get some entries in your favorite language for our polyglot t-shirt! Remember, you don’t have to do the entire song, even a single verse will do. Typically takes about 15-20 minutes to let those creative juices flow.
I gave it a shot with Ruby if you need some inspiration!
# We're no strangers to love
# You know the rules and so do I
you.know?(rules) && self.know?(rules) unless love.strangers?(self,you)
# A full commitment's what I'm thinkin' of
self.commitment.fill!()
# You wouldn't get this from any other guy
full_commitment_available?([0..other_guys] - self) == false
# [Pre-Chorus]
# I just wanna tell you how I'm feeling
self.tell(you, :feeling)
# Gotta make you understand
self.generate_understanding!(you)
# [Chorus]
# Never gonna give you up
# Never gonna let you down
# Never gonna run around and desert you
# Never gonna make you cry
# Never gonna say goodbye
# Never gonna tell a lie and hurt you
while false do |you|
self.give(you,:up)
self.let(you,:down)
self.run(you,:around).desert!(you)
self.make(you,:cry)
self.say(you, :goodbye)
self.tell(you, :lie).hurt!(you)
end
