well, first of all, they do different things: `wit...
# announcements
c
well, first of all, they do different things:
with
returns the result of the block,
apply
returns the receiver, so
apply
is better for applying (no shit) configurations to mutable objects
👍 3