ChatGPT 代码重构 提示词(Prompts)
2023-06-21 14:33 更新
标签:软件开发
中文提示词:
针对以下[语言]代码,提出重构改进建议,以增强可读性和可维护性:[代码片段]。
英文提示词:
Suggest refactoring improvements for the following [language] code to enhance readability and maintainability: [code snippet].
中文提示词:
在给定的[语言]代码中识别应用[设计模式]的机会:[代码片段]。
英文提示词:
Identify opportunities to apply [design pattern] in the given [language] code: [code snippet].
中文提示词:
优化以下[语言]代码,以提升性能:[代码片段]。
英文提示词:
Optimize the following [language] code for better performance: [code snippet].
中文提示词:
重构给定的[语言]代码,以提高其模块化和可重用性:[代码片段]。
英文提示词:
Refactor the given [language] code to improve its modularity and reusability: [code snippet].
中文提示词:
针对给定的[语言]代码,提出更改以遵循[编码风格或最佳实践]:[代码片段]。
英文提示词:
Propose changes to the given [language] code to adhere to [coding style or best practices]: [code snippet].
提示
- ChatGPT 对英文的理解更为出色。如果你英文还可以,建议复制英文提示词。
- 英文提示词带来的回复也很可能是英文的,可以在提示词结尾添加
respond in Chinese
,将回复指定为中文。