Hacker News new | ask | show | jobs
by Attained 2849 days ago
Really wish they'd consider looking at some of the more fun things TypeScript types can do. Like specifying a return type as being Pick<SomeType, 'x' | 'y'>. Imagine this in combination with Go interfaces.