I think something really needs to be done about TypeScript error messages. About 95% of what is displayed is not important to solving the root issue (usually something very simple)2yr ⋅ lostpebble ⋅ r/typescript
A friend sent me this comic. Had to add it to the internal TypeScript guide I wrote for the team4yr ⋅ bvalosek ⋅ r/typescript
38% of bugs at Airbnb could have been prevented by TypeScript according to postmortem analysis5yr ⋅ ower89 ⋅ r/typescript
Why am I getting a union type error if I’ve already narrowed the type to “string”?1yr ⋅ Disagreed ⋅ r/typescript
Airbnb think 38% of their bugs could have been preventable by using Typescript5yr ⋅ PUSH_AX ⋅ r/typescript
I wrote a type for enforcing some type safety on 'path strings'. StackBlitz link in comments.3yr ⋅ samuus ⋅ r/typescript
What's the best approach when TS is not smart enough to understand my data?3yr ⋅ Pstrnil ⋅ r/typescript
Could someone please explain to me why this is allowed with strict mode?3yr ⋅ nopresnik ⋅ r/typescript
Simple tic-tac-toe implementation in TypeScript (link in comments)3yr ⋅ philippeterson ⋅ r/typescript
CyberCode Online: A mmorpg webgame that looks like (disguised as) VS Code3yr ⋅ Dexter-Huang ⋅ r/typescript
How do I make sure that data is of type URL or Code only if action is of value URL or Code?9mo ⋅ freecodeio ⋅ r/typescript
Type 'string' is not assignable to type 'T extends true ? string[] : string'.8mo ⋅ baptisteArnaud ⋅ r/typescript
Shouldn't this line give an error since we are assigning to an object property without initializing it first?2yr ⋅ UAAgency ⋅ r/typescript
What is the VScode plugin Anders Hejlsberg is using to get the types underlined?4yr ⋅ garronej ⋅ r/typescript
Typescript is the second fastest growing languages after Go on GitHub in the last quarter 2018.6yr ⋅ alialtun14 ⋅ r/typescript
Implement TypeScript Refactorings in Seconds - With Hot Reload and AST Visualization4yr ⋅ Gehinnn ⋅ r/typescript
I'm getting started with typescript. Is this how the type-checking works, or do I need to change my tsconfig? Shouldn't it be perfectly clear to the type-checking system that e is KeyboardEvent? If this is normal behaviour, how do I avoid double instanceof checking?3yr ⋅ Improvise-Adapt-Over ⋅ r/typescript
I'm new to TS and this line made me really start liking this language!3yr ⋅ Electrolite_XYZ ⋅ r/typescript
Should this be throwing an error (optional chaining comparison with 0)? (see comments)4yr ⋅ bbqroast ⋅ r/typescript
Creating a class with options object instead of arguments - how to best reduce the repetition?6yr ⋅ kingdaro ⋅ r/typescript
I've been learning Typescript and I want to know if I'm doing it right? CodePen link in comments.4yr ⋅ Vosmonster ⋅ r/typescript
This is what an express app powered by typescript 2.1 and inversifyjs looks like7yr ⋅ ower89 ⋅ r/typescript
create-ts-lib, a CLI to start a Typescript project with Unit Tests using WebPack6yr ⋅ yrenaudin ⋅ r/typescript
Some Devs I work with needed a little motivation to fully embrace typescript8yr ⋅ dudewheresmychopper ⋅ r/typescript