TheOdinProject / ruby-exercises

MIT License
227 stars 1.09k forks source link

Recursion Exercises: Add new factorial exercise #98

Open JoshDevHub opened 6 months ago

JoshDevHub commented 6 months ago

Because

We want to bring the recursion exercises done in the recursion lesson in house.

Link the curriculum issue for this: https://github.com/TheOdinProject/curriculum/issues/27265#issuecomment-2011689860

This PR

Issue

Closes #XXXXX

Additional Information

Leaving this as a draft for the time being. The main question I'd have is: are we okay with this organization / structure, or do we want to approach this differently?

Currently all the exercises in this repo are for "basic ruby." It might make sense to create an entirely new repo for these new exercises, which is the same way we do the custom enumerables project.

If we do leave them in this repo, is the way I have them organized here okay? Definitely interested in other maintainer input on the approach here.

Pull Request Requirements

JoshDevHub commented 5 months ago

After discussing with the maintainer team, we agreed to go ahead with this organization, so I've opened this up for review.