HackerTrans
TopNewTrendsCommentsPastAskShowJobs

rliy001

no profile record

comments

rliy001
·vor 3 Jahren·discuss
I have been using it as a code companion getting it to do some dirty work that I would have had to ask Google and wade through results and find a "similar example to what I'm trying to achieve, then having to apply it to my situation.

Instead I can describe my precise situation to ChatGTP and get something that is almost 95% ready to plug in straight to my code.

I will give an example.

I work on asp.net, heavy sql backend application. Sometimes while I am working on a big task, I skip a few things as I develop and hone in on my ultimate solution. Then I go back and tidy things up. I would sometimes mock data that I would have had to write onto real sql tables into temporary tables and at the end, I would go and turn those temp tables into real tables. ChatGPT has been very good at say turning those temporary (staging) work into real work

e.g. Hey ChatGTP, here's my settings table which I have defined as a temporary table, can you write me a script that turns this into the real table, and another script for the data import script

e.g. Hey chatGTP, I need to output this xml from this sql, can you have a go at turning this into something like this, here's the table schema I'm working with