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

Simple Infinite Loop Detection #193

Open
karlhorky opened this issue Jan 22, 2022 · 0 comments
Open

Simple Infinite Loop Detection #193

karlhorky opened this issue Jan 22, 2022 · 0 comments
Assignees

Comments

@karlhorky
Copy link
Member

Not sure if this should be a Preflight check or an ESLint rule (opened upleveled/eslint-plugin-upleveled#36 and upleveled/eslint-plugin-upleveled#35 in the ESLint plugin too), but detecting infinite loops in student code would be really nice, especially when students get into using useEffect in React.

upleveled/eslint-plugin-upleveled#35 will help with warning about using useEffect without a dependency array, but there are other forms of infinite loops.

Some general ideas for infinite loop detection:

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