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

Identify and remove dead code #20

Open
aaron97neu opened this issue Nov 27, 2018 · 0 comments
Open

Identify and remove dead code #20

aaron97neu opened this issue Nov 27, 2018 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@aaron97neu
Copy link
Member

In limo2.XX.py, there are several instances of function definitions such as get_KNN() or geocode_intersection() immediately next to get_KNN_Optimized() and geocode_intersection2(). This implies there is a fair bit of dead (will never be run) code in this file. Removal of this code will simplify the code base and allow us to focus our refactoring on code that will actually be done.

I wonder if there are tools that could assist in this? Maybe even a function call graph

@aaron97neu aaron97neu added the enhancement New feature or request label Nov 27, 2018
@pjuneja81095 pjuneja81095 self-assigned this Dec 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants