|
|
|
|
|
by OnionBlender
589 days ago
|
|
I've been struggling to make use of these tools for C++ projects. My boss keeps asking me to try using these tools to generate documentation or unit tests, but the results are pretty worthless. At best, the comments it generates are the low value kind that should be obvious from the function or parameter names. The kind of redudent comments that people would write if they are required to write a comment. At worst, it straight up lies about what the function does. The code it writes reminds me of the kind of code my former Java co-workers would write when our company switched to C++. I find these tools okay for creating simple python scripts or showing me how to do something in Powershell or bash. |
|