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

Refatorar código fonte do bot #4

Open
2 of 3 tasks
jvfe opened this issue Jan 7, 2021 · 0 comments
Open
2 of 3 tasks

Refatorar código fonte do bot #4

jvfe opened this issue Jan 7, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@jvfe
Copy link
Member

jvfe commented Jan 7, 2021

Atualmente o bot é um único script python, tem muita variável global e coisa lá que pode ser reduzida e refatorada. Algumas sugestões:

  • Criar uma classe para conter o bot, as mensagens e as configs.
    Isso vai ajudar a compartimentalizar o código e ficaria mais intuitivo de ler, facilitando a implementação de novas features.

  • Adicionar documentação para as funções/handlers

  • Outra coisa é criar testes para as funções que podem ser testadas
    Um bônus disso seria criar uma CI via GH actions para rodar continuamente os testes.

@jvfe jvfe added the enhancement New feature or request label Jan 7, 2021
@jvfe jvfe self-assigned this Jan 7, 2021
jvfe added a commit that referenced this issue Jan 10, 2021
Cria uma classe para conter a instancia de bot.
Externaliza os handlers para um módulo próprio.
Muda o endpoint para rodar o bot para um script run.py no root.

* Trata de #4
jvfe added a commit that referenced this issue Jan 14, 2021
Cria uma classe para conter a instancia de bot.
Externaliza os handlers para um módulo próprio.
Muda o endpoint para rodar o bot para um script run.py no root.

* Trata de #4
jvfe added a commit that referenced this issue Jan 15, 2021
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

1 participant