Just out of curiosity. I have no moral stance on it, if a tool works for you I’m definitely not judging anyone for using it. Do whatever you can to get your work done!
Just out of curiosity. I have no moral stance on it, if a tool works for you I’m definitely not judging anyone for using it. Do whatever you can to get your work done!
I’ve found ChatGPT is good for small tasks that require me to code in languages I don’t use often and don’t know well. My prime examples are writing
CMakeLists.txt
files, and generating regex patterns.Also, if I want to write a quick little bash script to do something, it’s much better at remembering syntax and string handling tricks than me.