Anonymous Functions Debate
The cluster centers on discussions about the pros and cons of nameless or anonymous functions versus named functions, first-class functions treated as values, and related concepts like Uniform Function Call Syntax.
Activity Over Time
Top Contributors
Keywords
Sample Comments
What are the best practices for assigning functions to variables?
you're right. i should have said "first class functions" (which narrows the field somewhat).
Am... am I a function? Oh my god
how about "single function" instead?
never understood why this was better/ how it was different from regular functions. just seems like bugs/vulns waiting to happen
What's rough about giving a function a name?
How exactly does not naming your functions make your code more powerful and less complex?
Sounds like you would enjoy Uniform Function Call Syntax!https://en.wikipedia.org/wiki/Uniform_Function_Call_Syntax
First class functions blow many peoples' minds.
No, it's just some sugar over plain old functions.