Skip to content
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

Break function into 2 #25

Open
nitishgupta opened this issue Apr 3, 2018 · 0 comments
Open

Break function into 2 #25

nitishgupta opened this issue Apr 3, 2018 · 0 comments

Comments

@nitishgupta
Copy link
Owner

public Map<List<Integer>, String> resolve(Map<List<Integer>, String> hyperlinks){

Could you break this function into two. 1) One that has the same signature as this. 2) One that only takes a title String and returns the resolved title string.

  1. should be calling 2) internally.
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

No branches or pull requests

1 participant