❔ 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:
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:
