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
Self could use underscore as a dependency, though not everyone is as partial to underscore as I am. Underscore provides a _.extend, which I have to implement inside Self.
Currying may also be helpful in decreasing the file size, except the problem with underscore's currying is I have to bind the scope, which Self does not do, so _.bind may not be that helpful.
I will probably release a self-underscore file for those who want to use underscore.
The text was updated successfully, but these errors were encountered:
Self could use underscore as a dependency, though not everyone is as partial to underscore as I am. Underscore provides a
_.extend
, which I have to implement inside Self.Currying may also be helpful in decreasing the file size, except the problem with underscore's currying is I have to bind the scope, which Self does not do, so
_.bind
may not be that helpful.I will probably release a
self-underscore
file for those who want to use underscore.The text was updated successfully, but these errors were encountered: