Fork me on GitHub
#off-topic
<
2015-10-26
>
gusbicalho14:10:19

what is a good name for a function that takes an "event", and returns either a nil, which means the event should be ignored, or some value, which will be "reemitted" as an event to an upper layer? This function will be provided by the upper layer, so I'm looking for a good parameter-name

mdaines14:10:19

reemit? … ?

comma14:10:14

i'm thinking something along the lines of should-propagate?

colin.yates14:10:08

@gusbicalho: that has the same semantics as keep, so given that is taken what about keep-event?

gusbicalho15:10:24

@colin.yates that sounds good, I didn't know keep