|
|
|
|
|
by proamdev123
1163 days ago
|
|
It doesn’t need to know about your specific code base if you have it write a function for the task you’re prompting it for. You can copy/paste the function into your code and run the function with arguments that are specific to your code base. You can even prompt it to write a unit test for the function it wrote. As for your concerns about code errors, I’ve found that you have to approach the coding support as an iterative process, where you request code, and then ask it to improve or correct the result it just gave. You can even prompt it to check its previous result for errors. |
|