Reduce usage of for...in in codebase #412

Open
opened 2025-11-01 20:55:53 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @vikunja-bot on GitHub (Apr 1, 2025).

Original issue by dpschen on 2022-07-09T20:06:54.000Z

We should reduce our usage of for...in. At lot of our errors could potentially be from this.

See:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/for...of#difference_between_for...of_and_for...in=

Original issue on Gitea

Originally created by @vikunja-bot on GitHub (Apr 1, 2025). _Original issue by dpschen on 2022-07-09T20:06:54.000Z_ We should reduce our usage of `for...in`. At lot of our errors could potentially be from this. See: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/for...of#difference_between_for...of_and_for...in= [Original issue on Gitea](https://kolaente.dev/vikunja/vikunja/issues/1931)
GiteaMirror added the area/internal-codechanges requested labels 2025-11-01 20:55:53 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#412