Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[item #13] 실제 객체 deep copy #34

Open
miyeon396 opened this issue Oct 31, 2022 · 0 comments
Open

[item #13] 실제 객체 deep copy #34

miyeon396 opened this issue Oct 31, 2022 · 0 comments
Assignees

Comments

@miyeon396
Copy link
Member

배치 작업을 하다 보면 Model을 통으로 복사한 후 일부 데이터만 변형을 하는 경우가 있습니다.
원본 데이터는 유지하기 위해서 이런 작업을 하는데요
이런 케이스에는 어떤 방식의 copy를 하는게 나을지 고민이 됩니다.
책을 봤을 때는 Clone 보다는 복사 생성자나 복사 팩토리를 이용하라고 하는데
위의 작성한 개발 케이스에도 이런 방식이 더 나은게 맞는지 아님 다른 더 좋은 방법이 있는지 궁급합니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants