habeebweeb / MeidoPhotoStudio

An alternative to COM3D2 Studio Mode
2 stars 0 forks source link

Rework the `Constants` class #75

Open habeebweeb opened 1 year ago

habeebweeb commented 1 year ago

Probably the most disgusting thing in MeidoPhotoStudio code. Honestly makes me want to cry.

The class really did start out as a place that contains constants but seems to have morphed into a database of sorts.

One big thing that needs work is the time it takes to enumerate the game's poses. Since initialization of the Contstants database happens at startup, pose enumeration contributes a handful of seconds to the game's boot time.