-
-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Labels
C-Code-QualityA section of code that is hard to understand or changeA section of code that is hard to understand or changeD-TrivialNice and easy! A great choice to get started with BevyNice and easy! A great choice to get started with Bevy
Description
We can now use #[derive(Default)] on enum types!
This is clearer and more idiomatic, as it puts the default values directly on the struct definition.
We should migrate to this pattern throughout the code base; search for impl Default for
to find candidates.
Nilirad and CGMossa
Metadata
Metadata
Assignees
Labels
C-Code-QualityA section of code that is hard to understand or changeA section of code that is hard to understand or changeD-TrivialNice and easy! A great choice to get started with BevyNice and easy! A great choice to get started with Bevy