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

Improve code quality #189

Closed
yashk2000 opened this issue Aug 30, 2020 · 0 comments · Fixed by #190
Closed

Improve code quality #189

yashk2000 opened this issue Aug 30, 2020 · 0 comments · Fixed by #190

Comments

@yashk2000
Copy link
Collaborator

Describe the chore
Code quality can be improved a bit.

  • Replacing get calls with indexing operator
  • Declare variables whose value isn't updated as val instead of var
  • Removing redundant overrides
  • Use property access syntax where possible
  • Use isEmpty() instead of == 0, etc.
yashk2000 added a commit to yashk2000/ppi-vision that referenced this issue Aug 30, 2020
yashk2000 added a commit to yashk2000/ppi-vision that referenced this issue Aug 30, 2020
yashk2000 added a commit that referenced this issue Aug 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant