DEV Community

Discussion on: Deep Clone of JS Objects with circular dependency

 
salyadav profile image
Saloni Yadav • Edited

Hi Ben,
I did take a look at the lodash implementation. And lord that's one hell of an source code! Also tried some suggestions by Dong, but looks like when things come to cyclic dependencies and a lot of corner cases, life isn't as simple!
And yes, it makes sense to only to bother about customizing the implementation when neither of the available solutions are performing as required. Thanks again! :D

P.S. It's going to take a while for me to make peace of Lodash's deep clone source code! 😂