Closed tttzach closed 4 years ago
Refactor Locations utility for Go panel.
I think this PR seems to be adding a feature instead of refactoring code.
@gbuenoandrade Yeah you're right, I might have twisted the definition of refactor on a lot of PRs. I'll change it!
Can you make the PR description more specific? If I was looking at this PR in two weeks, I would have no idea what methods you are adding to Locations Utility and why.
Yeah absolutely, I'll go back and change all the PR titles and descriptions to be more descriptive. Thanks!
Add methods to Locations utility to generate all possible combinations of waypoints for the Go panel. The best of these combinations in terms of travel time is eventually chosen in the future. This PR only focuses on generating combinations.