Closed qoh closed 9 years ago
Should we do this or not? This means checking every argument to every function call for whether or not it is a ts.obj. It wouldn't be that slow, but that's still some overhead to consider when the user after all can just do func(nil, obj.id).
ts.obj
func(nil, obj.id)
Probably not going to do this.
Should we do this or not? This means checking every argument to every function call for whether or not it is a
ts.obj
. It wouldn't be that slow, but that's still some overhead to consider when the user after all can just dofunc(nil, obj.id)
.