hachyderm.io is one of the many independent Mastodon servers you can use to participate in the fediverse.
Hachyderm is a safe space, LGBTQIA+ and BLM, primarily comprised of tech industry professionals world wide. Note that many non-user account types have restrictions - please see our About page.

Administered by:

Server stats:

9.1K
active users

#jsdocs

0 posts0 participants0 posts today
Replied in thread

@paulhmason +1 never having a problem with TypeErrors.

But I think types are actually valuable for

A) refactoring (errors can show you all the places your changes have effect)
B) interpreting other people's code (types can provide documentation, not just type)

I use #JSDocs with #VSCode.

I avoid using #Typescript syntax though. Linting errors should never prevent you from running code.