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

Wrap variables for types. #184

Open
WickedBrat opened this issue Apr 11, 2019 · 0 comments
Open

Wrap variables for types. #184

WickedBrat opened this issue Apr 11, 2019 · 0 comments
Labels

Comments

@WickedBrat
Copy link
Member

TypeScript's one of the strongest features is the use of types. When passing a variable in a function or declaring it. We should use type casting for every variable throughout the project. Currently, the places where it's not declared and the declared like variable_name: any should be converted to a proper object type or relevant variable.

Let us know if you face any issue tackling this. Happy to elaborate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant