turingschool-examples / ruby-exercises

A collection of exercises to practice various aspects of Ruby
MIT License
237 stars 766 forks source link

Broad refactor to Enumerables READMEs. More to come soon #72

Closed josh-works closed 4 years ago

josh-works commented 4 years ago

After pairing with two students to help them gain access to the incredible learning opportunities that is this enumerable-exercises directory, I couldn't help but notice some potential pitfalls in a student trying to self-serve these resources.

This PR adds lots of clarification and simplification to the instructions, a few READMEs where they ought to be, and removed a file that was a partial duplicate of the other file in it's directory.

I have lots more cleanup I'd like to do here, but as in all things, these clarifications and cleanups happen incrementally.

I'm going to merge this PR, so #2006-be students will get these changes, if they've not already cloned down the repository.