ChatGPT 代码生成和脚手架 提示词(Prompts)
2023-06-30 09:34 更新
标签:软件开发
中文提示词:
为一个符合最佳实践的 [type of application or service] 生成一个 [language] 代码模板:[application or service description]。
英文提示词:
Generate a [language] code template for a [type of application or service] that follows best practices: [application or service description].
中文提示词:
创建一个适用于 [type of application] 的 [language] 项目结构的样板文件,包括必要的配置文件和依赖项:[application description]。
英文提示词:
Create a boilerplate [language] project structure for a [type of application] that includes necessary configuration files and dependencies: [application description].
中文提示词:
为给定的 [language] 推荐一个可以帮助简化开发流程的代码脚手架工具或库。
英文提示词:
Suggest a code scaffolding tool or library for the given [language] that helps streamline the development process.
中文提示词:
生成一个与 [type of database] 交互的 CRUD(创建、读取、更新、删除)[language] 代码,用于一个 [type of application or service]:[application or service description]。
英文提示词:
Generate a CRUD (Create, Read, Update, Delete) [language] code for a [type of application or service] that interacts with a [type of database]: [application or service description].
中文提示词:
提供一个 [language] 代码片段,演示使用 [library or framework] 构建 [specific feature or functionality] 的用法:[library or framework name]。
英文提示词:
Provide a [language] code snippet that demonstrates the usage of a [library or framework] to build a [specific feature or functionality]: [library or framework name].
提示
- ChatGPT 对英文的理解更为出色。如果你英文还可以,建议复制英文提示词。
- 英文提示词带来的回复也很可能是英文的,可以在提示词结尾添加
respond in Chinese
,将回复指定为中文。