← Back to context

Comment by antonvs

3 hours ago

> scream for a case/switch-statement

Maybe I’m missing some context, but all that actually should be needed in the top-level else block is ‘gradient[idx]’. Pretty much anything else is going to be longer, harder to read, and less efficient.

True, with early return - there's no need to actually nest with else.

Logically this still would be a case/switch though...