in order to have some consistency, do you always u...
# codingconventions
g
in order to have some consistency, do you always use
.apply/?.apply
? Use
with
and
apply
randomly? Or you define your own
with
that accepts nullable?