guinget
guinget copied to clipboard
I think there are some variables that are created inside loops, and apparently that's bad for performance with the Garbage Collector or something so I need to minimize that where possible and instead only assign them inside the loops.
Some may be unavoidable, but I feel like that would be a consequence of bad code design rather than something that's actually impossible.