You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 8, 2020. It is now read-only.
@Mondei1 We should decide on if we want to make use of the JSdoc-commenting.
/** * Extracts the user ID out of the JWT * @param jsonwebtoken JWT of user * @returns ObjectID of user */
This is nice, but i am not sure if this is needed, since our software will never be used by other people. It's not a package that is embedded somewhere, so other pserson needs to read our functions...
I can just imagine that it would be nice for ourselfes to have more information, but keeping JSdocs in sync with the rest of the code requires extra work.... And i'm not sure if the Typescript-"documentation" is maybe enough at this point.
@Mondei1 We should decide on if we want to make use of the JSdoc-commenting.
This is nice, but i am not sure if this is needed, since our software will never be used by other people. It's not a package that is embedded somewhere, so other pserson needs to read our functions...
I can just imagine that it would be nice for ourselfes to have more information, but keeping JSdocs in sync with the rest of the code requires extra work.... And i'm not sure if the Typescript-"documentation" is maybe enough at this point.
I mean...
This is pretty straight forwarded and easy to understand in my opinion^^
Not saying i'm against JSdocs, i just think weshould decide on if to use it or not and then make the code consistent :)