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
요즘 회사에서 팀원분들이 너무 많은 정보를 공유해 주고 계셔서 같이 공유하면 좋을 것 같기도 하고, 여기 저장해두고 언젠가 읽겠다는 생각으로 각종 링크나 키워드를 저장해 두려고 합니다. 다른 분들도 자유롭게 공유해 주셔도 좋을 것 같습니다!
The text was updated successfully, but these errors were encountered:
프론트엔드에서 자바의 Lock API 처럼 비동기 로직을 빠르게 제어할 수 있는 기술이 나온다고 하네요. (아직 정식은 아니지만, ie 만 미지원)
기존에는 Promise 를 요청하면 끝날 때까지 기다려야 했다면 AbortController 를 사용하면 중간에 빠른 실패 등읠 처리를 할 수 있다고 합니다. 링크 : https://developer.mozilla.org/ko/docs/Web/API/AbortController
Sorry, something went wrong.
코틀린 1.7 에선 null 과 not null 에 대한 명확한 지원을 하고자 Intersection Type 을 준비중에 있다고 합니다. 링크 : https://blog.jetbrains.com/kotlin/2022/05/kotlin-1-7-0-beta/
Definitely non-nullable types : https://github.com/Kotlin/KEEP/blob/c72601cf35c1e95a541bb4b230edb474a6d1d1a8/proposals/definitely-non-nullable-types.md
import 문을 통해 깔끔한 코드를 만들어가는 관점이 새로운 것 같습니다.
https://www.youtube.com/watch?v=RVO02Z1dLF8
No branches or pull requests
요즘 회사에서 팀원분들이 너무 많은 정보를 공유해 주고 계셔서 같이 공유하면 좋을 것 같기도 하고, 여기 저장해두고 언젠가 읽겠다는 생각으로 각종 링크나 키워드를 저장해 두려고 합니다.
다른 분들도 자유롭게 공유해 주셔도 좋을 것 같습니다!
The text was updated successfully, but these errors were encountered: