Skip to content

Commit

Permalink
Add 'filehandle' to the STYLEGUIDE.
Browse files Browse the repository at this point in the history
See issue #2015.
  • Loading branch information
fluca1978 committed May 22, 2018
1 parent fd7e010 commit a518974
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions writing-docs/STYLEGUIDE.md
Expand Up @@ -66,6 +66,11 @@ For examples where a particular format is required, or exact data is expected

You may use `object` for anything you can call methods on, including value objects and type objects. Consider `instance` for defined objects.

### 'filehandle' vs 'file-handle', 'file handle', etc.

Be consistent when writing about `filehandle`s.
As of [issue 2015](https://github.com/perl6/doc/issues/2015) the term must be written without spaces between words.

### Use present tense when talking about Perl 5 features

Perl 5 is still an active language, therefore instead of
Expand Down

0 comments on commit a518974

Please sign in to comment.