LarkMidTable icon indicating copy to clipboard operation
LarkMidTable copied to clipboard

refactored 2 instances of concatenating a string within a loop

Open Alvari-Kupari opened this issue 9 months ago • 3 comments

This is for performance reasons, as concatenating a string within a loop is costly. Also added a missing override annotation to ErrorCode.java to align with codestyle conventions

Alvari-Kupari avatar Jan 27 '25 23:01 Alvari-Kupari