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

[Improvement] The method of getting the first value of an element uses get(0) and needs to be optimized. #3280

Closed
2 of 3 tasks
Zzm0809 opened this issue Mar 13, 2024 · 1 comment
Assignees
Labels
Optimization Optimization function

Comments

@Zzm0809
Copy link
Contributor

Zzm0809 commented Mar 13, 2024

Search before asking

  • I had searched in the issues and found no similar optimization requirement.

Description

The method to obtain the first value of an element uses get(0). There may be situations where the array goes out of bounds when the data is empty. It needs to be optimized to increase its robustness.

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@Zzm0809 Zzm0809 added the Optimization Optimization function label Mar 13, 2024
@Zzm0809 Zzm0809 added this to the Roadmap milestone Mar 13, 2024
@gaoyan1998
Copy link
Contributor

#3279

@gaoyan1998 gaoyan1998 moved this to Done in Dinky Roadmap Mar 13, 2024
@aiwenmo aiwenmo removed this from Dinky Roadmap Nov 24, 2024
@aiwenmo aiwenmo removed this from the Roadmap milestone Nov 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Optimization Optimization function
Projects
None yet
Development

No branches or pull requests

4 participants