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

Open
opened 2022-07-09 20:06:54 +00:00 by dpschen · 0 comments
Member

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=

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=
dpschen added the
changes requested
area/internal-code
labels 2022-07-09 20:06:54 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: vikunja/vikunja#1931
No description provided.