migrate-to-shoehorn
Installation
SKILL.md
ย้ายไปใช้ Shoehorn
ทำไมต้อง shoehorn?
shoehorn ช่วยให้ส่ง data แบบ partial ใน test ได้โดยที่ TypeScript ยังแฮปปี้ มันมาแทน assertion แบบ as ด้วยทางเลือกที่ type-safe
ใช้ใน test code เท่านั้น ห้ามใช้ shoehorn ใน production code เด็ดขาด
ปัญหาของ as ใน test:
- โมเดลถูก train มาไม่ให้ใช้มัน
- ต้องระบุ type ปลายทางเองทุกครั้ง
- ต้องใช้ double-as (
as unknown as Type) เวลาตั้งใจส่ง data ผิด type
ติดตั้ง
npm i @total-typescript/shoehorn