---
title: "ChatGPT - Prompts for developers"
url: https://daily.dev/posts/chatgpt---prompts-for-developers-fk1uibccv
source_url: https://dev.to/techiesdiary/chatgpt-prompts-for-developers-216d
type: article
source: "Community Picks"
published: 2024-05-18T03:02:54.818Z
updated: 2024-05-18T03:02:54.078Z
tags: ["ai", "chatgpt", "code-review"]
reading_time: 4
upvotes: 1948
comments: 75
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# ChatGPT - Prompts for developers

**[Community Picks](https://daily.dev/sources/community)** · 4 min read · 1948 upvotes · 75 comments

## Summary

ChatGPT is an AI chatbot that helps developers in various ways such as writing code, refactoring code, code review and debugging, optimizing code, explaining code, creating unit tests, adding code comments, creating boilerplate code, and writing regular expressions.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://dev.to/techiesdiary/chatgpt-prompts-for-developers-216d>

## Community discussion

Top comments from developers on daily.dev.

**@sur\_\_** · 225 upvotes

> I dont recommend creating code using chat gpt, its good for small projects, but if you are working with a huge code base. where multiple different files are linked, just use it to validate your code. Also I recommend starting your prompt with
> ```bash
> Pretend you are a proffesional programmer, you will be tasked to solve a few errors or create some lines of code, Here are the resources you might need (INSERT documentations that might be used like node js)
> ```

**@no898** · 13 upvotes

> Well the article basicaly says if you want to cook a jasmine rice tell chatgpt its jasmine rice not just rice...

**@thr4sher** · 2 upvotes

> I think chatgpt is a great boilerplate for everything

**@haideralikhan** · 1 upvotes

> I don't understand what application is this

**@magicmike** · 1 upvotes

> This is basic, prompt engineering is yesterday.
>
> The next level of ChatGPT, is creating a framework, of sorts, with the fifteen hundred words that you have available. That is were the true power lies with ChatGPT.

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments

---

Tags: [#ai](https://daily.dev/tags/ai), [#chatgpt](https://daily.dev/tags/chatgpt), [#code-review](https://daily.dev/tags/code-review)

[View this post on daily.dev](https://daily.dev/posts/chatgpt---prompts-for-developers-fk1uibccv)
