|
|
|
|
|
by apenwarr
5818 days ago
|
|
If your language isn't completely terrible, then you can choose to use a named function anywhere an anonymous function will do. The libraries can never force you to not give your functions a name or not put them in a global context. That's why it's a harmless feature. Templates might have been harmless if there was a way to do basic obvious stuff (callback functions, strings) without using them. |
|