-
Notifications
You must be signed in to change notification settings - Fork 0
Obliterate all reflection #13
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededinfrastructureImprovements or additions to the infrastructure used to develop and test the mod.Improvements or additions to the infrastructure used to develop and test the mod.
Milestone
Description
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededinfrastructureImprovements or additions to the infrastructure used to develop and test the mod.Improvements or additions to the infrastructure used to develop and test the mod.
We have gotten increasingly dependent on Reflection during our rush to release. After release, work to remove as much reflection as possible, even if this means splitting the jars. The only reasonable use of reflection is a change of a method name, without an accompanied change in functionality or parameters.