vertx-json-schema icon indicating copy to clipboard operation
vertx-json-schema copied to clipboard

Move the appending of slashes out of loops

Open Markus-Elfring opened this issue 1 year ago • 1 comments

Version

4.3.4

Context

I noticed that a code fragment like “…Location + "/" + …” is used within loops at several places. :thought_balloon: I suggest to perform such appending of slashes with the help of additional string variables before looping.

Markus-Elfring avatar Nov 17 '22 15:11 Markus-Elfring

can you provide a PR for that ?

vietj avatar Nov 17 '22 20:11 vietj