Closed ilmanzo closed 6 months ago
Using strings.Repeat() is more efficient because it avoids unnecessary iterations or buffer allocations.
Restate also the crop-extend name logic to be a bit more clear.
Thank you for the nice refactor :slightly_smiling_face:
Using strings.Repeat() is more efficient because it avoids unnecessary iterations or buffer allocations.
Restate also the crop-extend name logic to be a bit more clear.