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

개발 지식 창고 #16

Open
leejaeseung opened this issue Jun 4, 2022 · 3 comments
Open

개발 지식 창고 #16

leejaeseung opened this issue Jun 4, 2022 · 3 comments
Labels
new 다가올 모임 때 발표 예정인 issue

Comments

@leejaeseung
Copy link
Member

요즘 회사에서 팀원분들이 너무 많은 정보를 공유해 주고 계셔서 같이 공유하면 좋을 것 같기도 하고, 여기 저장해두고 언젠가 읽겠다는 생각으로 각종 링크나 키워드를 저장해 두려고 합니다.
다른 분들도 자유롭게 공유해 주셔도 좋을 것 같습니다!

@leejaeseung
Copy link
Member Author

프론트엔드에서 비동기 로직 제어?! - AbortController

프론트엔드에서 자바의 Lock API 처럼 비동기 로직을 빠르게 제어할 수 있는 기술이 나온다고 하네요. (아직 정식은 아니지만, ie 만 미지원)

기존에는 Promise 를 요청하면 끝날 때까지 기다려야 했다면 AbortController 를 사용하면 중간에 빠른 실패 등읠 처리를 할 수 있다고 합니다.
링크 : https://developer.mozilla.org/ko/docs/Web/API/AbortController

@leejaeseung
Copy link
Member Author

코틀린 1.7 의 Intersection Type

코틀린 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

@leejaeseung leejaeseung added the new 다가올 모임 때 발표 예정인 issue label Jun 10, 2022
@leejaeseung
Copy link
Member Author

leejaeseung commented Jun 10, 2022

지속 성장 가능한 코드를 만들어가는 방법 - 토스페이먼츠

import 문을 통해 깔끔한 코드를 만들어가는 관점이 새로운 것 같습니다.

https://www.youtube.com/watch?v=RVO02Z1dLF8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new 다가올 모임 때 발표 예정인 issue
Projects
None yet
Development

No branches or pull requests

1 participant