Open
Description
Sometimes we are the ones who miss opportunities to vectorize our own functions. Or sometimes we de-vectorize things that started out as vectorized. Red flags:
Thinking too much in control structures like
if () {} else {}
often lands me in a non-vectorized state.
use of
unlist()
is a good warning sign that you're de-vectorising a function
Metadata
Metadata
Assignees
Labels
No labels