Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Software has so much potential to change the world for the better, yet I see so many developers doing things that I would consider ethically questionable. (Or, like the two devs who deigned to comment on my post, doing nothing at all, according to their GitHub pages.)
I think it's important to remind myself that I have a choice in what problems I solve. I'm not saying y'all can't do this exercise if you want to. All I said was that I'm skipping it because I'd never want to expend energy helping a creepy dude sabotage a relationship that he's probably jealous of his friend for having. And if I happen to remind other people that they have a choice in what they work on, cool, but at no point have I tried to tell anyone else what to do, nor will I.
New Kata idea: Where has beechnut's sense of humour gone? See if you can find it.
Nobody said it's a happy relationship. Nobody said this was the moral thing to do. It's just an exercise, get over yourself.
I am not the one that made the Ruby translation, so I didn't make this one.
@GiacomoSorbi, you better come defend your work.
Other then that I agree with your comment.
And that's how I learned about
Matrix
. Thanks!Being abusive to a friend who is happy in a relationship isn't a problem I want to solve. This is a creepy premise, and I'm skipping it.
That's a clever use of the
#sort_by
method.This may be a one-line solution, but there's too much going on in this one line. I'd recommend breaking it out for readability.
I did something similar, but did
.map(&:to_i)
for shorthand.I like that you extracted the duplicate code into its own method. It's a very clear method name as well, so kudos.