in reply to Re^3: (How) Do you document/test your private subroutines?
in thread (How) Do you document/test your private subroutines?
underscore _convention() ?
> That alone should warrant making anything you truly need to be private into a coderef.
But coderefs can't be used for protected routines.
Anyway, I have no issues with documenting private routines, as long as it's clear they are not part of the compatibility "contract".
Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery
FootballPerl is like chess, only without the dice
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: (How) Do you document/test your private subroutines?
by choroba (Cardinal) on Nov 12, 2018 at 16:56 UTC | |
by tobyink (Canon) on Nov 13, 2018 at 19:02 UTC | |
by LanX (Saint) on Nov 12, 2018 at 17:41 UTC | |
by LanX (Saint) on Nov 12, 2018 at 17:00 UTC |