Filter a list based on a Boolean selector
I believe in code expressivity and this tip is exactly about that. Lately, I got into a situation where I had two lists and I needed to filter one based on the values of the other.
For that case, it is probably best to use compress...