TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Anyone Can Build an App with ChatGPT

2 pointsby titusblair9 months ago

2 comments

RevEng9 months ago
Anyone can get ChatGPT to write code for them. Whether it is compilable, functions as desired, secure, and free of infringing on copyrights or patents, and actually solves a real problem well for its user is a whole different question. People unfamiliar with software development think that it&#x27;s about writing code, but it&#x27;s not that at all, anymore than writing a great novel is about writing words. A significant portion of the art of software development is in deciding what you should write. It&#x27;s about coming up with requirements, a design, making components that are readable, maintainable, and testable. It&#x27;s about understanding the system and how it works so that you can predict its behavior and modify it to suit your needs.<p>If tools like ChatGPT are good for anything in software development, it&#x27;s in making the writing of code faster so that developers can spend more time designing and testing. In my experience in software development, writing the code is already a very small part of where I spend my time when building a system. In many ways, it&#x27;s faster for me to write my own code knowing what it does, than to take someone else&#x27;s code and trying to figure out what it actually does.<p>And as a great example of that, I had to edit this comment several times as I discovered places where my phone&#x27;s swipe predictions entered a word other than the one I intended to type.
xenospn9 months ago
Anyone can paint with MS Paint. Very few people are artists.