Can ChatGPT actually review code?


ChatGPT can review code. If you paste a function, a class, or even a few hundred lines of source code into the chat window and ask it to find bugs, it will often identify real issues. It can spot null reference errors, missing error handling, SQL injection...