6 ms·
Typescript exists so you can press ‘.’ and find out what the npm library you just imported can do. Types are more important/useful for library code than busine
by demuxxed 4y ago
Typescript exists so you can press ‘.’ and find out what the npm library you just imported can do.
Types are more important/useful for library code than business/presentation logic. Typescript lets you can hire devs who can’t read documentation or understand type systems write javascript to stitch together enough imports to make something work.