in reply to Re: (How) Do you document/test your private subroutines?
in thread (How) Do you document/test your private subroutines?
Thanks afoken, at work (mostly C++ fronted by Python), we use a couple of techniques to do similar what you've stated here.
I'm also in an industry that has extreme regulatory (ahem: paperwork) oversight, and even though clients have no idea what they're doing, they claim they want x, y and z regarding documentation, so we try to provide it.
Some of this falls through the cracks though, due to everyone wanting to fit the next upgrade into the current budget cycle (I digress on all of that, this is more personal/Open Source).
I've never used Doxygen before. Looks very interesting, and I will read up on it. At a cursory glance, it looks handy already for a few of my open projects.
I like the diverse responses here so far.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: (How) Do you document/test your private subroutines?
by afoken (Chancellor) on Nov 08, 2018 at 21:08 UTC |