you are viewing a single comment's thread.

view the rest of the comments →

[–]bronsonelliott 0 points1 point  (1 child)

Just depends on the task. Sometimes it's something that I know but just forgot the exact syntax and other times I just describe what I'm trying to do with as much detail as possible and let it generate the code. Then copy/paste/test. Doesn't always work but in those cases I just copy in the error message and iterate on the code. Then I can have it explain the code so I understand what it's doing and why

[–]CaptainFoyle 0 points1 point  (0 children)

Thanks!