ar-cutpaste icon indicating copy to clipboard operation
ar-cutpaste copied to clipboard

Refactored Server.tsx

Open gamcoh opened this issue 4 years ago • 2 comments

Used for of instead of forEach for performance. Updated Server.tsx to a class.

gamcoh avatar May 08 '20 15:05 gamcoh

Thanks! May I ask why refactor as class? Not sure it's needed here.

cyrildiagne avatar May 08 '20 15:05 cyrildiagne

Well, it's not needed but it is way more readable.

gamcoh avatar May 08 '20 15:05 gamcoh