ASS icon indicating copy to clipboard operation
ASS copied to clipboard

Code optimization

Open wraith4081 opened this issue 2 years ago • 0 comments

Replaced with forEach as it uses the for loop unnecessarily. The object used to define the vendor has been converted to more optimized code using the shorthand method, which takes only what is needed from the array and returns the required data. The getStyleRoot function has been made as short as possible because it is overextended.

wraith4081 avatar Aug 27 '22 10:08 wraith4081