dev-bono / gatsby-blog

github page by gatsby
MIT License
2 stars 4 forks source link

2016/01/20/shallow-copy-deep-copy/ #20

Open utterances-bot opened 3 years ago

utterances-bot commented 3 years ago

얕은 복사(shallow copy) vs 깊은 복사(deep copy) | bono blog

이번에는 객체의 복사에 대해서 알아보려고 합니다. 객체의 복사는 크게 얕은 복사(shallow copy)와 깊은 복사(deep copy)로 나뉩니다. 얼핏 들으면 단어 자체의 의미가 모호하게 느껴질 수도 있습니다만, 사실은 크게 어려운 개념은 아닙니…

https://blueshw.github.io/2016/01/20/shallow-copy-deep-copy/

minodori commented 3 years ago

도움이 되었습니다

noah0508 commented 3 years ago

도움이 되었는데요, 단순 객체복제의 2번째코드에서 출력력은 말장난이예요?

hopefulp commented 3 years ago

Thank you. Excellent explanation. shallow copy의 설명에서 처음 혼돈했습니다. immutable object라는 표현이 리스트인데 왜 immutable인가? 즉, list element 들에 대해서 각각이 mutable or immutable을 뜻하는 것이었습니다.