Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(JS-0306) Missing explicit return and argument types #1161

Open
sayak-sarkar opened this issue Sep 29, 2021 · 0 comments
Open

(JS-0306) Missing explicit return and argument types #1161

sayak-sarkar opened this issue Sep 29, 2021 · 0 comments
Assignees
Labels
chore Internal things, technical debt, and to-do tasks to be performed. enhancement New feature or request

Comments

@sayak-sarkar
Copy link
Collaborator

Description

Explicit types are considered in three ways: - It serves as self-documenting code - It guard against bugs in function implementation - It acknowledge and change the explicit return type on the function signature

Occurrences

There are 64 occurrences of this issue in the repository.

See all occurrences on DeepSource → deepsource.io/gh/1-Platform/one-platform/issue/JS-0306/occurrences/

@sayak-sarkar sayak-sarkar added enhancement New feature or request chore Internal things, technical debt, and to-do tasks to be performed. labels Sep 29, 2021
@sayak-sarkar sayak-sarkar self-assigned this Sep 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Internal things, technical debt, and to-do tasks to be performed. enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant