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

Enhance Code quality: Add Null Check #45

Open
arkaprovob opened this issue Oct 17, 2023 · 0 comments
Open

Enhance Code quality: Add Null Check #45

arkaprovob opened this issue Oct 17, 2023 · 0 comments

Comments

@arkaprovob
Copy link
Contributor

Description:
To improve code robustness, let's add a null check for the result parameter in the processK8sList function. This check will prevent potential exceptions. Apply this logic wherever applicable in our codebase.

Benefits:

  • Enhanced code robustness.
  • Avoid potential null pointer exceptions.

Implementation:

  1. Add a null check for the result parameter.
  2. Apply the same logic wherever applicable in the codebase.

Reference
#36 (comment)

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

No branches or pull requests

3 participants