fosstodon.org is one of the many independent Mastodon servers you can use to participate in the fediverse.
Fosstodon is an invite only Mastodon instance that is open to those who are interested in technology; particularly free & open source software. If you wish to join, contact us for an invite.

Administered by:

Server stats:

11K
active users

Matteo Collina

Developers: we want the safety of TypeScript

TypeScript: every minor can include breaking change
DefinitelyTyped: every release can include breaking changes

Module authors: it's okay to ship breaking changes to types in minor releases

Developers: your minor update broke us, you should respect semver!!!

---

TL;DR if you want semver stability, do not use TypeScript (or types). While APIs will not change, their types could in unexpected way, breaking your builds.