Hacker News new | ask | show | jobs
by keltex 1206 days ago
I frequently write ChatGPT requests such as: "Create a c# object with the following fields: CustomerID, FirstName, LastName, RegistrationDate" (or the like). The fields might be pasted from a SQL query. It does a pretty remarkable job even guessing the correct types.
1 comments

You might enjoy Github Copilot. I'm using the free 60 day trial and it's produced some really remarkable code snippets that were very helpful. Also, it's suggested code that was wildly unhelp so YMMV.