BD103

Results 206 comments of BD103

Pasting @TrialDragon's comments in here: > The difference is when we're referring to Bevy, the proper noun, and bevy, the name of the specific GitHub repository in which the engine...

I'm marking this as contentious because it is pulling in an outside dependency, but I feel like it's from a trusted source. If this gets major pushback, we can fork...

I'm rebasing this on top of #1403 so CI passes. Consider this blocked until that PR is merged.

@mockersf what are your thoughts on merging this? It would provide a good testing ground for introducing this action to the main Bevy repository, and Alice even offered transferring the...

Let me enable the `sweep-cache` option before this gets merged :)

Hah! Turns out this found a bug with `cargo-sweep`: https://github.com/BD103/cargo-sweep/issues/7. Let me fix that real quick...

I'm going to close this. I no longer have the time / energy to work on it, though anyone else is free to pick it up! I'll create an issue...

See #1503, which originally added these notes. This issue is likely blocked until the book becomes public.

One good point to add here is switching for inheritance to composition. Instead of having: ```java class Enemy { String name; int health; } class Dragon extends Enemy { //...

I apologize for the word-wall of an issue, I'll go over this tomorrow and try to make it more digestible. :)