I agree with <@U19UGKG8P> that `?.foo()` is weird....
# codingconventions
v
I agree with @menegatti that
?.foo()
is weird. It gets more weird if you have
!!.boo()
in the same expression.