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

Remove unnecessary/redundant code #23

Open
4 tasks
anujsinha3 opened this issue Jun 20, 2024 · 0 comments
Open
4 tasks

Remove unnecessary/redundant code #23

anujsinha3 opened this issue Jun 20, 2024 · 0 comments

Comments

@anujsinha3
Copy link
Collaborator

anujsinha3 commented Jun 20, 2024

A few functions and Python files are not being used/ duplicate in the workflow. The task is to identify these files, analyze their use-case(present and future), and if not required delete these chunks of code.

Examples:

  • There are two files with the same functionality "incremental_clustering.py" and "IncrementalClustering.py".

  • update_duration() in "UpdateStayDuraction.py" and "util_func.py"

  • Identify redundancy / unused code chunks

  • Analyze differences between redundant files/functions.

  • Check if duplicate code chunk is present

  • Remove the code for duplicate/ununsed code chunks.

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