googlefonts / fontra

A browser-based font editor
https://fontra.xyz
GNU General Public License v3.0
517 stars 22 forks source link

Unroll loops related to doSelectAllNone and doSelectPreviousNextSource #1621

Closed ollimeier closed 2 months ago

ollimeier commented 2 months ago

This came up in a meeting together with Just, today. We decided to unroll the loops for consistency (code quality).

Related lines: for (const selectNone of [false, true]) { and for (const selectPrevious of [true, false]) {