Unified resource setting method names#1352
Unified resource setting method names#1352alice-i-cecile wants to merge 0 commit intobevyengine:masterfrom alice-i-cecile:master
Conversation
|
Could you split the commits into the one changing the names and the one changing the fallout. |
Do you mean that the first commit should contain only the initial changes within the engine itself, and then the second commit should change the examples? This change was a simple find-and-replace, so I'm not sure what you mean by "changing the fallout". |
|
Discussion on debugging the CI issue here. |
Yeah, the examples and any plugins which use the commands in the second commit. It all being mixed in one commit makes it difficult to see what the actual changes are. |
|
In the interest of unifying terminology, we should make sure each "operation name" is well defined and consistent. Imo these are the preferred definitions/terms:
These terms follow rust conventions, which i think is desirable. Therefore I think this pr should use |
|
Right, I remember that conversation now. I agree with your judgement there. I'll do my best to rebase and fix up this PR this weekend. |
As discussed in #1186 and #1349, this PR changes the name of
Commands::insert_resourceandAppBuilder::add_resourcetoset_resource.This is done for two reasons:
This should make explaining and learning how to work with Resources easier.