Skip to content

Improved perl kata#8

Open
kassi wants to merge 1 commit intoit-agile:masterfrom
kassi:master
Open

Improved perl kata#8
kassi wants to merge 1 commit intoit-agile:masterfrom
kassi:master

Conversation

@kassi
Copy link

@kassi kassi commented Mar 20, 2012

  • use of "prove" instead of "perl" to fix usage of return value
  • coding style improvements

prove is usually used to test perl scripts. It ends with the correct exit code.
For the template improvements:

  • better coding style, even if not necessary: always use "return"
  • ok() and other testing functions are usually used as ok( $got, $expected ).

- use of "prove" instead of "perl" to fix usage of return value
- coding style improvements
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant