jashkenas/underscore

_.extend with deep, soon?

lolodk opened this issue · 2 comments

Hello,

Have you though about add deep scope (like jQuery's extend function) to the underscore's extend function?

Thank you very much!

Manuel

Hi @lolodk, thanks for your issue.

No, there is no deep clone/extend functionality coming to underscore. The reasons in #162 (and other issues) are sufficient for leaving it out I think.

@lolodk You might dig the _.clone and _.merge I've implemented. Lemme know if that works for ya.