metamod:code_guidelines

Coding guidelines

The following are guidelines used for the code in METAMOD. They are for the most part meant as gentle guidelines and not strict rules. Use them when it makes sense to do so.

Status: Suggested

Reason: A consistent syntax style increases readability and makes it easier to see the real difference between versions.

More information: The style guide for Perl is found here.

Status: Suggested

Reason: This is the convention most commenly used in Perl.

Example: my $longer_var_name

Status: Suggested

Reason: This is the convention most commenly used in Perl.

Example: sub longer_sub_name {}

Status: Suggested

Reason: This is the convention most commenly used in Perl.

Example: package Some::PackageName

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies
  • metamod/code_guidelines.txt
  • Last modified: 2022-05-31 09:29:32
  • (external edit)