阅读(288) 书签 (0)

ChatGPT 代码可读性和风格 提示词(Prompts)

2023-06-30 10:09 更新

标签:软件开发

中文提示词:

评估给定的 [language] 代码的可读性并提出改进意见:[code snippet]。

英文提示词:

Evaluate the readability of the given [language] code and suggest improvements: [code snippet].

中文提示词:

为给定的 [language] 代码提出一种与最佳实践相一致的一致的编码风格:[code snippet]。

英文提示词:

Propose a consistent coding style for the given [language] code that aligns with best practices: [code snippet].

中文提示词:

比较不同的 [language] 代码格式化工具或代码检查工具,并推荐一个最适合给定项目的工具:[project description]。

英文提示词:

Compare different [language] code formatting tools or linters and recommend one that best suits the given project: [project description].

中文提示词:

建议重构给定的 [language] 代码,使其更加简洁和可维护:[code snippet]。

英文提示词:

Suggest ways to refactor the given [language] code to make it more concise and maintainable: [code snippet].

中文提示词:

分享如何编写清晰、自说明的 [language] 代码,易于他人理解和维护的建议。

英文提示词:

Share advice on how to write clean and self-documenting [language] code that is easy for others to understand and maintain.

提示

  • ChatGPT 对英文的理解更为出色。如果你英文还可以,建议复制英文提示词。
  • 英文提示词带来的回复也很可能是英文的,可以在提示词结尾添加 respond in Chinese,将回复指定为中文。