delei opened a new issue, #651: URL: https://github.com/apache/fesod/issues/651
The project name has officially been changed to `Fesod`, and the new brand name will be adopted comprehensively as the primary naming convention. In the ASF version, we should rename some core classes within the project. ## Proposal ### Deprecated Add the `@Deprecated` annotation to core classes that do not comply with brand naming conventions. - `FastExcelFactory` - `FastExcel` - `EasyExcel` Starting with the official release of ASF, these classes are deprecated and may be removed in future versions. ### Rename I propose standardising **Fesod** as the class prefix and renaming these classes according to their document type. Furthermore, we should probably avoid using **Excel** or **Word** directly. ### Example Here are some examples of potential renaming scenarios: - `FastExcel` --> `FesodSheet` - `FastExcelFactory` --> `FesodSheetFactory` We plan to complete this breaking change before the ASF release. Looking forward to your feedback. Please feel free to discussion or comment. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
