Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upAdded previous and next methods #17
Conversation
JoshMcguigan
added some commits
Dec 13, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
JoshMcguigan commentedDec 13, 2018
I needed next/previous methods to solve a problem of my own, so I wanted to open a PR to share. Let me know if you are interested in merging this and I can add some docs to these functions.
Also, some of the code duplication can be factored out (and there is even some logic which is similar to the existing
getmethod) so I could take a look at that as well. I just wanted to keep the first commit small and simple.