isshoni-soft / winry

Isshoni Bootstrapper, uses introspection & code generation to streamline bootstrapping & general development
0 stars 0 forks source link

Move element bootstrapping away from bootstrapper and into dedicated manager #6

Closed Dragovorn closed 3 years ago

Dragovorn commented 3 years ago

Production of BootstrappedClass, BootstrappedMethod, and BootstrappedField entities should be moved out of SimpleBootstrapper and into a dedicated object. This can also entail the cleaning up ReflectionManager to not keep references of BootstrappedClasses, as that will now have a likely home. This redesign should also focus on being extendable via registering handlers and processors.