Everything I know about good API designInteresting article to consider when thinking about what is and isn't a good API design.#api#best-practice#blog#code-carpentry#coding#communication#design#development#documentation#engineering#programming#software·seangoedecke.com·Nov 1, 2025Everything I know about good API design
What is TSDoc? | TSDocA proposed standard for "docstrings" for TypeScript. Well, not docstrings in the Lisp/Python sense, but comments that can be used to document an API in place and allow for the generation of documentation from them.#code-carpentry#coding#documentation#javascript#programming#standard#typescript·tsdoc.org·May 25, 2025What is TSDoc? | TSDoc