You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
99% of the time we don't need to set a name. Code is polluted with things like new Closure(null, other parameters)
If we implement #11 proposal (and make closure reference their definition) we can just create a name getter that delegates into the original definition.
The text was updated successfully, but these errors were encountered:
99% of the time we don't need to set a name. Code is polluted with things like
new Closure(null, other parameters)
If we implement #11 proposal (and make closure reference their definition) we can just create a name getter that delegates into the original definition.
The text was updated successfully, but these errors were encountered: