Join Slack
Powered by
`?.let { ... } ?: ...` is a terrible pattern IMO, ...
# announcements
k
kevinmost
03/06/2018, 10:38 PM
?.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
Open in Slack
Previous
Next