C#C
C#3y ago
Conrado

❔ optimization

Sincere question about optimization here...

The RenderFirstTab() method is called in an infinite loop.
Should I instantiate the FSLabel class just once in another location, and then call just the Render() method inside the Loop, or it's ok to do it this way:
image.png
Was this page helpful?