![]() |
|
Clear questions and runnable code get the best and fastest answer |
|
PerlMonks |
Re^3: Did ChatGPT do a good job?by kcott (Archbishop) |
on Mar 30, 2023 at 02:25 UTC ( #11151337=note: print w/replies, xml ) | Need Help?? |
G'day Bod, I use module-starter. I use the Module::Starter::PBP plugin; I like the templating features and have written my own custom ones; I'm less interested in the "Perl Best Practices" features and have removed a fair bit of that. With this, I can create skeleton modules including POD, a number of standard test files, and other associated files. Just like you, I need to add the program code and POD details. My results are consistent every time, which you won't get with ChatGPT. Furthermore, it does a lot more work than ChatGPT and, I'm reasonably certain, with less effort and in a shorter time. Consider the following which only took about a minute.
And, of course, I have the added benefit that none of this code ever hallucinates. :-) — Ken
In Section
Seekers of Perl Wisdom
|
|