oy-techblog / tech-blog-comment

tech.oliveyoung.co.kr comment repository
0 stars 0 forks source link

blog/2024-08-11/type-and-type-system-with-typescript/ #66

Open utterances-bot opened 2 weeks ago

utterances-bot commented 2 weeks ago

올리브영 타입스크립트로 알아보는 타입과 타입 시스템 | 올리브영 테크블로그

타입 검사 원리와 서브타입에 의한 다형성

https://oliveyoung.tech/blog/2024-08-11/type-and-type-system-with-typescript/

sunrabbit123 commented 2 weeks ago

잘 읽었습니다!!

특히 부모타입과 서브타입의 관계를 통하여 공변성과 반공변성을 가볍게 풀어내며, 타입 검사 때의 AST를 분할정복으로 표현하는게 좋은 것 같아요!!