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

Revision and cleanup of package dependencies #7

Open
3 tasks
almeidaxan opened this issue Oct 10, 2020 · 0 comments
Open
3 tasks

Revision and cleanup of package dependencies #7

almeidaxan opened this issue Oct 10, 2020 · 0 comments
Assignees

Comments

@almeidaxan
Copy link
Owner

almeidaxan commented Oct 10, 2020

As I remember while developing bfast-explorer, some packages were used just for one or two specific functions. I think it is important to check if these functions are really necessary, while also doing a clean-up of the code.

  • Check for packages that are not used at all and remove them
  • Ditch packages whose functions can be replaced by required packages' function and/or base functions
  • Add the package's names to functions calls (i.e. <package_name>::). IMO this helps tracking which packages are being used and which are not
@almeidaxan almeidaxan added this to the bfast-explorer 0.1 milestone Oct 10, 2020
@almeidaxan almeidaxan self-assigned this Oct 10, 2020
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