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

FINAL ASSIGNMENT: Clean code #40

Open
Jossemand opened this issue Apr 8, 2024 · 1 comment
Open

FINAL ASSIGNMENT: Clean code #40

Jossemand opened this issue Apr 8, 2024 · 1 comment
Labels
invalid This doesn't seem right

Comments

@Jossemand
Copy link
Contributor

  • Ensure that the code will be easy to evolve by the next developer
  • Use React Context for application state
  • Ensure good test coverage
@Jakob-SA
Copy link
Contributor

Extract state into contexts
Extract into smaller components becomes easier with context
Extract hooks to combine values from different context
Extract non-react functionality into plain functions for easier testing

@Jakob-SA Jakob-SA added the invalid This doesn't seem right label Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

2 participants