Day 2! The response on the first post was amazing, thanks to everyone that contributed! @ben's comment got the most likes and you all decided that we'll go with Ruby.
This experiment is inspired by a post on the ProgrammerHumor subreddit, where the original author did this exact thing: The most liked comment after 24 hours picks the next line of code.
The rules:
- Nothing that's against any applicable law
- Nothing that's against the community code of conduct, terms of use, or privacy policy
- No leaking of personal information of anyone
- No malware/ransomware/viruses/etc.
- Keep it civil
- (To be expanded, depending on the case)
Our code so far:
emotions = ["🥲", "🥰", "🥺", "😫", "🤬", "😞", "😅", "😊", "😰"]
See you in 24 hours!
EDIT: Voting has ended! If you want to contribute code or likes, please see the newest post of the series.
Top comments (14)
pow!!!
Since we’re rolling with Ruby, I’d suggest tagging the post with #ruby and maybe maybe emphasizing that more in tomorrow’s post 🙂
Good idea! Adapted the tags, thanks for the headsup.
To be fair, this post received more views in less time! I think the Ruby community should not be underestimated :D
funny!!!
@nickytonline I bet you have something! 😀
zodiac_sign_w_no_emotions = emotions.filter((emotion) => !emotion.includes(["🥲", "🥰", "😅", "😊"]))