TheOdinProject / ruby-exercises

MIT License
219 stars 1.06k forks source link

ruby exercises: change directory names to follow name convention #102

Open DennisNeu opened 2 months ago

DennisNeu commented 2 months ago

Because

The directories in "ruby exercises" don't match the naming convention. With this pull request, directory names are changed to match the convention ("1_data_types" -> "01_data_types"), thus putting folders into a nice, readable order and making navigating files easier.

This PR

Issue

Closes https://github.com/TheOdinProject/ruby-exercises/issues/101

Pull Request Requirements