Hacker News new | ask | show | jobs
by bcl 5169 days ago
Seems like a good way to make your code harder to read and harder to debug.
1 comments

Anonymous functions can generally be abused in ways that make code harder to read. Then again, so can recursion. It's a double edged sword.