rlmoser99 / ruby_rspec_TOP

A tutorial that I developed for students at The Odin Project to learn RSpec.

Home Page:https://github.com/TheOdinProject/ruby_testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace recursive methods with iterative methods

rlmoser99 opened this issue · comments

Recursion methods are much harder to test, than iterative methods. Nothing in these lesson 'require' recursion.