Do not suffix methods with _component
and _resource
in reflected types.
#5202
Labels
A-Reflection
Runtime information about types
C-Code-Quality
A section of code that is hard to understand or change
C-Usability
A targeted quality-of-life change that makes Bevy easier to use
D-Trivial
Nice and easy! A great choice to get started with Bevy
What problem does this solve or what need does it fill?
All methods in ReflectComponent and ReflectResource end with
_component
and_resource
respectively. I think this is redundant and not very consistent with the rest of the API in the engine.What solution would you like?
Remove
_component
and_resource
suffixes inReflectComponent
andReflectResource
.The text was updated successfully, but these errors were encountered: