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

asInstanceOf 사용 질문 #65

Open
tho-kn opened this issue Dec 18, 2020 · 1 comment
Open

asInstanceOf 사용 질문 #65

tho-kn opened this issue Dec 18, 2020 · 1 comment

Comments

@tho-kn
Copy link

tho-kn commented Dec 18, 2020

혹시 구현 중에 asInstanceOf를 사용해도 괜찮은가요?

특별히 제약에 해당되진 않는 것 같지만 수업에서 나오지 않은 부분이고
case class 내의 변수에 대입을 하는것이 타입체크에 이상이 없도록 구현이 어려워서 사용해도 될 지 질문드리고 싶습니다.

추가로 프로젝트의 README.md 해당 관련 부분에서 "LVLazy"가 "EVLazyVal"로 잘못 표기된 것 같습니다.

@MerHS
Copy link
Collaborator

MerHS commented Dec 18, 2020

asInstanceOf과 같은 명시적인 타입 캐스팅은 사용하지 말아주시기 바랍니다.

README.md는 수정하도록 하겠습니다.

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