用于记录Perl代码最常用的指南*
以下是javadoc guidelines的一个例子:
"Gets the label of this button. (preferred)" vs. "This method gets the label of this button. (avoid) "
我还没有在perlstyle或Extreme Perl – Coding Style找到任何东西.
*所以不要引出基于意见的答案,导致问题被关闭;使用频率所需的参考资料
解决方法
>达米安·康威(Damien Conway)的着作
Perl Best Practices着重介绍文章.
> perldoc perlstyle为pod文档提供了一些快速指南(更多信息,请参阅 perldoc perldoc) – 模块具有自己的内置POD文档时总是很好.
>我相信 perlcritic也提供了一些文档建议(钩在你的代码与 Perl::Critic).
> perldoc perlstyle为pod文档提供了一些快速指南(更多信息,请参阅 perldoc perldoc) – 模块具有自己的内置POD文档时总是很好.
>我相信 perlcritic也提供了一些文档建议(钩在你的代码与 Perl::Critic).