We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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를 사용해도 괜찮은가요?
특별히 제약에 해당되진 않는 것 같지만 수업에서 나오지 않은 부분이고 case class 내의 변수에 대입을 하는것이 타입체크에 이상이 없도록 구현이 어려워서 사용해도 될 지 질문드리고 싶습니다.
추가로 프로젝트의 README.md 해당 관련 부분에서 "LVLazy"가 "EVLazyVal"로 잘못 표기된 것 같습니다.
The text was updated successfully, but these errors were encountered:
asInstanceOf과 같은 명시적인 타입 캐스팅은 사용하지 말아주시기 바랍니다.
README.md는 수정하도록 하겠습니다.
Sorry, something went wrong.
No branches or pull requests
혹시 구현 중에 asInstanceOf를 사용해도 괜찮은가요?
특별히 제약에 해당되진 않는 것 같지만 수업에서 나오지 않은 부분이고
case class 내의 변수에 대입을 하는것이 타입체크에 이상이 없도록 구현이 어려워서 사용해도 될 지 질문드리고 싶습니다.
추가로 프로젝트의 README.md 해당 관련 부분에서 "LVLazy"가 "EVLazyVal"로 잘못 표기된 것 같습니다.
The text was updated successfully, but these errors were encountered: