this post was submitted on 16 May 2025
16 points (94.4% liked)
Hacker News
1923 readers
480 users here now
Posts from the RSS Feed of HackerNews.
The feed sometimes contains ads and posts that have been removed by the mod team at HN.
founded 9 months ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I have a few places were it's been useful. Transform these inputs and return these outputs in this format. And write or modify a SQL query.
Small things, very small. I just need it to write, I don't need it to do logic. It's been a somewhat useful tool for searching a file, particularly when I don't know the exact function or info I'm looking for.
Anything more than say 20 lines at a time gets me uneasy. Anything that needs to call another function or have multiple functions it's terrible at. It will constantly duplicate existing functions.