[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
Labels
Optimization
Optimization function
Search before asking
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?
Code of Conduct
The text was updated successfully, but these errors were encountered: