Maksasj / bebone

☠️ game development framework/engine aimed for flexible and highly customizable game development
MIT License
7 stars 0 forks source link

Remove Singleton from Profiler module #115

Closed Soskar1 closed 1 week ago

Soskar1 commented 1 week ago

Singleton issue

Soskar1 commented 1 week ago

It seems like this module is too dependent on Singleton pattern. There is a problem in this module: Profile struct depends on Profiler class and vice versa. We need to rewrite this module entirely due to design issues. Profiler is not our main priority. We can focus on it later. It would be much better to invest our time on someone else.