Skip to content

Remove recursive methods #98

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Aug 29, 2020
Merged

Remove recursive methods #98

merged 8 commits into from
Aug 29, 2020

Conversation

rlmoser99
Copy link
Owner

Removed recursive methods because they are much harder to test and are not really necessary to get user input.

@rlmoser99 rlmoser99 merged commit eb01d18 into master Aug 29, 2020
@rlmoser99 rlmoser99 deleted the remove_recursion branch August 29, 2020 21:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace recursive methods with iterative methods Add instance_variable_get
2 participants