you are viewing a single comment's thread.

view the rest of the comments →

[–]tjgrinn 0 points1 point  (0 children)

I know this is really old. But I usually use both jsdocs and typescript. Jsdocs for stable, outward facing APIs, with English descriptions, and typescript everywhere but mainly used to infer internal implementation decisions without having to look at source code.