nothingbutlucas acd893a6e6
refactor: Replace string concatenation with joins
Same as previous commits. "".join() is better that "string" + "another_string" + "another_string_2", because strings are immutable.
Also, changed for loops with list comprehension. This is much faster and would improve performance.

Signed-off-by: nothingbutlucas <69118979+nothingbutlucas@users.noreply.github.com>
2024-04-24 15:37:10 -03:00
..
2022-04-01 17:18:18 +02:00
2023-09-25 15:29:41 +02:00
2024-04-24 11:28:00 -03:00
2024-01-13 16:37:48 +01:00