-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Labels
A-Dev-ToolsTools used to debug Bevy applications.Tools used to debug Bevy applications.C-UsabilityA targeted quality-of-life change that makes Bevy easier to useA targeted quality-of-life change that makes Bevy easier to useD-TrivialNice and easy! A great choice to get started with BevyNice and easy! A great choice to get started with BevyS-Ready-For-ImplementationThis issue is ready for an implementation PR. Go for it!This issue is ready for an implementation PR. Go for it!X-UncontroversialThis work is generally agreed uponThis work is generally agreed upon
Description
Consider renaming the methods to be a little more hierarchical.
It would make sense to group them more, something like:
bevy/mutate_component -> bevy/world/components/mutate
bevy/list_resources -> bevy/world/resources/list
bevy/insert_resource -> bevy/world/resources/insert
bevy/remove_resource -> bevy/world/resources/remove
bevy/mutate_resource -> bevy/world/resources/mutate
Metadata
Metadata
Assignees
Labels
A-Dev-ToolsTools used to debug Bevy applications.Tools used to debug Bevy applications.C-UsabilityA targeted quality-of-life change that makes Bevy easier to useA targeted quality-of-life change that makes Bevy easier to useD-TrivialNice and easy! A great choice to get started with BevyNice and easy! A great choice to get started with BevyS-Ready-For-ImplementationThis issue is ready for an implementation PR. Go for it!This issue is ready for an implementation PR. Go for it!X-UncontroversialThis work is generally agreed uponThis work is generally agreed upon