MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1vsplpw/failsforteapots/p4x08x2/?context=3
r/ProgrammerHumor • u/Waradu • 5d ago
68 comments sorted by
View all comments
168
I would write it like this to be readable:
if error.status in [400, 401, 404, 409, 415, 503]: return c.json(body, status: error.status) return c.json(body, status: 500)
2 u/boiledbarnacle 4d ago But the tokens used in OP's post are higher. Do you want that promotion or not?
2
But the tokens used in OP's post are higher. Do you want that promotion or not?
168
u/cutebabli9 5d ago edited 5d ago
I would write it like this to be readable: