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

[Refactor] - Remove unused functions in Backend #176

Open
3 tasks done
darmsDD opened this issue Jul 24, 2021 · 0 comments
Open
3 tasks done

[Refactor] - Remove unused functions in Backend #176

darmsDD opened this issue Jul 24, 2021 · 0 comments
Assignees
Labels
Backend Tarefas Relacionadas ao Backend could Could refactoring

Comments

@darmsDD
Copy link

darmsDD commented Jul 24, 2021

Description:

At the moment, there are some unused functions in Backend. The objective is remove them.

One function is considered unused if:

  • It isn't been used on Front-end.
  • It isn't been called by any function in Backend.

Acceptance Criteria:

  • Remove unused functions without break anything in the project.

Tasks:

  • Check which functions it's been used on Frontend.
  • Check which functions it's been used in Backend.
  • Remove unused functions.
@darmsDD darmsDD added refactoring Backend Tarefas Relacionadas ao Backend labels Jul 24, 2021
@devsalula devsalula added the could Could label Jul 26, 2021
@devsalula devsalula changed the title Remoção de funções não utilizadas Remoção de funções não utilizadas no Backend Aug 16, 2021
@juniopereirab juniopereirab changed the title Remoção de funções não utilizadas no Backend [Refactor] - Remove unused functions in Backend Sep 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backend Tarefas Relacionadas ao Backend could Could refactoring
Projects
None yet
Development

No branches or pull requests

5 participants