Hacker News new | ask | show | jobs
by brianwawok 3653 days ago
Well if you are going to reuse the function, name it. If it is a 1 time thing, use a lambda.
1 comments

Sounds great in theory. Problem is if you need a lambda that isn't a single expression, you then have to name it. Welcome to the conversation.