I will give it this. It’s been actually pretty helpful in me learning a new language because what I’ll do is that I’ll grab an example of something in working code that’s kind of what I want, I’ll say “This, but do X” then when the output doesn’t work, I study the differences between the chatGPT output & the example code to learn why it doesn’t work.
Co"worker" spent 7 weeks building a simple C# MVC app with ChatGPT
I think I don’t have to tell you how it went. Lets just say I spent more time debugging “his” code than mine.
I will give it this. It’s been actually pretty helpful in me learning a new language because what I’ll do is that I’ll grab an example of something in working code that’s kind of what I want, I’ll say “This, but do X” then when the output doesn’t work, I study the differences between the chatGPT output & the example code to learn why it doesn’t work.
It’s a weird learning tool but it works for me.
It’s great for explaining snippets of code.