Some interesting thoughts on how to leverage ChatGPT

  • @mjpc13
    link
    English
    21 year ago

    I usually use it more to help me write documentation and add comments on some functions. It helps explaining what a function does.

    To write code I usually just use it to write simple functions or a template code for me to start from somewhere. I avoid using it with external Libraries as in my experience, it likes to “invent” functions and methods that are not implemented.