We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
所有模版文件全部在顶层目录, 文件太多, 很难与生成的代码对应.
额外建议: 使用编译期生成, 不要使用编译前生成; 针对旧模版生成的代码, 后续模版更改, 再次生成, 导致诸多问题. 生成的代码文件掺杂在业务代码里, 难以区分. 有的甚至被其他开发人员修改了, 没法直接删除再次生成.
The text was updated successfully, but these errors were encountered:
可以支持
Sorry, something went wrong.
No branches or pull requests
所有模版文件全部在顶层目录, 文件太多, 很难与生成的代码对应.
额外建议:
使用编译期生成, 不要使用编译前生成;
针对旧模版生成的代码, 后续模版更改, 再次生成, 导致诸多问题. 生成的代码文件掺杂在业务代码里, 难以区分.
有的甚至被其他开发人员修改了, 没法直接删除再次生成.
The text was updated successfully, but these errors were encountered: