-
Notifications
You must be signed in to change notification settings - Fork 51
Closed
Labels
refactoring 🛠️Code refactoring and enhancementsCode refactoring and enhancements
Description
Why
We want to have more readability of the STM library and make it easier to maintain.
What
Use better namings for types and functions.
How
- Define new names for types:
- Apply new names for types
- Add crate exports for these new names
- Create aliases for previous exports to avoid breaking change
- Deprecate the previous exports
- Define new names for function names:
- Create alias for the public functions for backward compatibility
- Deprecate previous public functions
- Run a backward compatibility check
Metadata
Metadata
Assignees
Labels
refactoring 🛠️Code refactoring and enhancementsCode refactoring and enhancements