Maud de Vries

Results 103 comments of Maud de Vries

When I start a new team, I can add team members that don't exist: `partyppooper`, or that have a hidden email address: Sandi Metz `skmetz`. In both cases we store...

Well, I don't know by heart what happens when a user added by team members sign in with Gh the first time. (See conv in Slack, I am working on...

Definitively reopen Reproduce: - Make yourself a team member on the website - Add a fake name, for a non existing user (like partypppooper) - On the teampage, click on...

I think this would be great - for the TwoFer exercise only. With a test added that shows that a file is present. For other exercises, knowing how to create...

@pgaspar Could you respond to the question about the test generator? About the keywords: Yes to adding the keywords. With one caveat: there are some weird things with this exercise....

Thanks @bergbergs Sounds great. Please do.

This is the favourite I have seen so far: ```old .flat_map { |value, tiles| tiles.product([value]) } .map { |tile, value| [tile.downcase, value] } .sort .to_h ```

Thanks @jackjennings ! - AFAIK `sort` is required only because of what the tests expect :-( - I can change the block syntax to both using `do..end`, but to be...

> source.flat_map { |score, letters| letters.map { |letter| [letter.downcase, score] } }.to_h So nice! Thanks. And yes, the `sort` can be omitted. 👍

GoRails has a quite lively Slack community, with Rails and Ruby devs. In the Netherlands there is a Ruby Slack community with a Meetup Group Euroku 2018 is coming up...