-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
Can we transfer anonymous functions to a named one? 🤔 Naming this function will help in future for hooking this same function to any other hook. Also naming it would help un-hooking this function if needed. And as we are using namespace then naming the function Will not create any issue as well. Therefore I'd say we better use a named function rather than an anonymous one. 🙂
Example:
Metadata
Metadata
Assignees
Labels
No labels