`?.let { ... } ?: ...` is a terrible pattern IMO, ...
# announcements
k
?.let { ... } ?: ...
is a terrible pattern IMO, and having to read all the way to
?:
to understand that when catching an exception, you'd do
ctx.status(400)
, is not desirable to me