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

Do I follow JavaScript best practices? Exercise #6

Closed
williamscch opened this issue Jul 12, 2022 · 0 comments
Closed

Do I follow JavaScript best practices? Exercise #6

williamscch opened this issue Jul 12, 2022 · 0 comments

Comments

@williamscch
Copy link
Owner

  • The modular structure of the js code is not well organized. The file names should be descriptive to find them more accessible.
  • The function to add a new task is too long and complex to understand, I should split that into parts and keep it simple.
  • I should delete all the old code that I left as comments and I am not using it anymore to follow the best practices.
  • I should have more modules to have a more organized code.
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