ChatGPT 设计模式建议 提示词(Prompts)
2023-06-28 14:28 更新
标签:软件开发
中文提示词:
基于给定的[语言]代码,推荐一个适合的设计模式来改善其结构:[代码片段]。
英文提示词:
Based on the given [language] code, recommend a suitable design pattern to improve its structure: [code snippet].
中文提示词:
在以下[语言]代码库中找到应用[设计模式]的机会:[代码库的URL或描述]。
英文提示词:
Identify opportunities to apply the [design pattern] in the following [language] codebase: [repository URL or codebase description].
中文提示词:
针对给定的[语言]代码,建议一种替代的设计模式,以提供额外的好处:[代码片段]。
英文提示词:
Suggest an alternative design pattern for the given [language] code that may provide additional benefits: [code snippet].
中文提示词:
解释如何在给定的[语言]代码中应用[设计模式]来解决[特定问题或挑战]:[代码片段]。
英文提示词:
Explain how the [design pattern] can be applied in the given [language] code to address [specific issue or challenge]: [code snippet].
中文提示词:
比较在给定[语言]代码的上下文中使用[设计模式1]与[设计模式2]的优缺点:[代码片段]。
英文提示词:
Compare the pros and cons of using [design pattern 1] vs [design pattern 2] in the context of the given [language] code: [code snippet].
中文提示词:
提供在[语言]中实现[设计模式]的示例,用于以下场景:[场景列表]。
英文提示词:
Provide examples of implementing the [design pattern] in [language] for the following scenarios: [scenario list].
中文提示词:
针对处理特定任务或操作的给定[语言]代码,建议一种设计模式来优化性能:[代码片段]。
英文提示词:
Suggest a design pattern to optimize the performance of the given [language] code handling [specific task or operation]: [code snippet].
中文提示词:
评估[设计模式]在解决给定[语言]代码的特定需求或约束方面的有效性:[代码片段]。
英文提示词:
Evaluate the effectiveness of the [design pattern] in addressing the specific requirements or constraints of the given [language] code: [code snippet].
中文提示词:
提出一种组合的设计模式,可以用于增强给定[语言]代码的架构和功能:[代码片段]。
英文提示词:
Propose a combination of design patterns that can be used to enhance the given [language] code's architecture and functionality: [code snippet].
提示
- ChatGPT 对英文的理解更为出色。如果你英文还可以,建议复制英文提示词。
- 英文提示词带来的回复也很可能是英文的,可以在提示词结尾添加
respond in Chinese
,将回复指定为中文。