vikunja
vikunja copied to clipboard
Reduce usage of `for...in` in codebase
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=