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

Hbbaker #1749

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Hbbaker #1749

wants to merge 6 commits into from

Conversation

hbbaker
Copy link

@hbbaker hbbaker commented Oct 22, 2024

Hi! I have been watching this project for a little while now and I love what it aims to do and how useful it is. I am pretty new to OpenSource and I wanted to contribute to the project. While looking through some of the core components I noticed that there is a lot of clutter with private functions, as well as a bit of scope creep in that functionality. I noticed this particularly in CenterLines class / functions. I didn't want to change any functionality, but I thought it might be interesting to try to clean up some of the functions so that the top level capabilities of CenterLines are isolated from the helpers that can be isolated to improve future maintainability! I'd love any feedback you have to offer as well!

  • Tests added/passed
  • Fully documented

…s to a utility class so as to improve clutter and readability of the CenterLines public functions, as well as improving the maintainability of the class moving forward. Also updated tests to reflect changes in imports to ensure that code stays in working order.
…ode, as well as fixed a bad reference left over from refactoring in centerlines_utils
@pep8speaks
Copy link

pep8speaks commented Oct 22, 2024

Hello @hbbaker! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻

Comment last updated at 2024-10-22 01:22:32 UTC

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.

2 participants