TypeStrong / ts-mockito

Mocking library for TypeScript
MIT License
34 stars 9 forks source link

In-Code Documentation with TSDoc #39

Open Hirschfuchs opened 1 year ago

Hirschfuchs commented 1 year ago

As a developer, I would like to have an in-code-documentation, so that I can read the features and expected behaviours from within the IDE. I would strive for a gradual implementation, so that over the future development the documentation gets progressively better.

roypeled commented 2 months ago

I agree, we should try to add jsdoc annotations to the code, which most IDEs support. This will be a ongoing effort