TypeScript type과 interface 차이: 객체 타입을 선언할 때 무엇을 고르면 좋을까
TypeScript type과 interface 차이를 객체 타입 선언, declaration merging, union/intersection, 팀 컨벤션 기준으로 설명합니다.
TypeScript type과 interface 차이를 객체 타입 선언, declaration merging, union/intersection, 팀 컨벤션 기준으로 설명합니다.
파이썬 isinstance를 언제 쓰고 언제 피해야 하는지 type 비교, duck typing, Union/tuple 타입 검사, 런타임 검증 기준으로 설명합니다.