Hacker News new | ask | show | jobs
by cageface 1715 days ago
I prefer to use undefined over null since it just fits more naturally with other TS features like optional fields. But I agree with using tsc’s no implicit returns check.