Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
변경 사항
Point of discussion
파이썬 클래스 문법을 잘 모르는 사람들에게는 코드 예시가 많이 어려울 수 있습니다.
그러나 앞으로도 이정도 수준의 문법만 사용하며 예시를 사용할 것입니다.
첫 주제인 싱글톤의 코드 예시에 있는 문법 정도만 익히면 앞으로 코드를 이해하는데 큰 어려움은 없을 것입니다.
디자인 패턴은 그 자체만으로 이해하기 쉽지 않은 학문입니다.
대신 한 번 익혀두면 실제 필드에 나섰을 때 분명 큰 도움이 됩니다.
글을 한 번 읽어보는 것만으로는 학습이 어렵습니다.
충분히 생각해보시고 이해하기 위해 노력해 봅시다.
(사실 저도 아직 제대로 이해를 못했습니다...)
Reference