Here at CodeUnion we believe that one of the best ways to develop skills as a programmer is to write code and get feedback on your code in the form of a code review from a more experienced programmer. We wrote these exercises with the intent to give you the opportunity to solve some fun programming challenges and then submit your solutions to us for code review. Click here to see an example code review.
- Fork and clone this repository
- Write code that solves individual exercises
- Make small, frequent commits
- Push your commits to Github
- Submit your commits to [url] for feedback
- Finish all the Ruby exercises and move onto the Social-Wall web application
If you don't have or don't know how to use Ruby and Git development tools to accomplish any of the above steps, please follow this step-by-step tutorial.
The files are listed in alphabetical order, but we recommend working on them in the below order.
- max.rb
- min.rb
- longest_string.rb
- shortest_string.rb
- word_count.rb
- count_in_list.rb
- count_max.rb
- sum.rb
- mean.rb
- print_square.rb
- print_triangle.rb
- print_pyramid.rb
- print_horizontal_pyramid.rb
- hot_or_cold.rb
- bottles.rb
- find_even.rb
- mode.rb
- commas.rb
- factorial.rb
- fibonacci.rb
- find_links.rb
- find_title.rb
- pig_latin.rb
- pad_array.rb