Skip to content

Commit

Permalink
More things to look at for S26
Browse files Browse the repository at this point in the history
  • Loading branch information
hoelzro committed Jul 23, 2014
1 parent 17a27b4 commit 2fdfa37
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions S26-TODO
Expand Up @@ -78,3 +78,14 @@ sub foo( #| leading for param?
) {}

Trailing space for more things than just subs
Get away from %*SEEN_IT

sub comment( #= sub
Str $param
)

sub comment( #| param
Str $param
)

Document anonymous parameters

0 comments on commit 2fdfa37

Please sign in to comment.