🔥 TypeScript Tip 🔥
The 'extends' keyword is basically mad. It can be used in 4 different contexts to mean slightly different things.
Here's a quick guide for you to figure out exactly what this dang keyword is up to.
My definition of a TypeScript-friendly library:
I don’t have to “opt-in” to types. It’s automatic. I call APIs, enjoy rich autocomplete support, and get strongly typed responses back.
Thus, 3 smells:
1. Casting via “as”
2. Generic args
3. Having to remember to type something.
@ohyecloudy@seorenn@ohyecloudy@seorenn
두분 덕에 트위터에서 종종 이맥스관련 글을 보게되서 힘이납니다. :) Doom을 쓰신다면 Vim키바인딩을 활용하실텐데요. 이맥스에서 escape 바인딩을 "jk"에 추가로 "ㅓㅏ"이렇게 한글을 사용하는 방법 혹시 찾으셨나요? 제 오랜기간의 숙제입니다. :(