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

Atividade finalizada #2

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

EstevamDeFreitas
Copy link

Copy link
Member

@vueda vueda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Parabéns pelo resultado final, ficou bem legal e você conseguiu criar um estilo próprio bem interessante.

A organização e estrutura do código estão muito boas. Só é preciso tomar um pouco de cuidado com funções muito grandes.


const produtos = JSON.parse(listaProdutos)

const exibeProdutoPesquisado = (pesquisa)=>{
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Uma dica aqui é quebrar essa função em várias funções menores.
Uma função muito grande ou que faz muitas coisas acaba sendo difícil de ler e dar manutenção.

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