Raku / user-experience

Identifying issues in and improving the Raku user experience
Artistic License 2.0
25 stars 5 forks source link

Perl 6 Types: list class subparts in order #10

Closed tbrowder closed 8 years ago

tbrowder commented 8 years ago

When perusing Perl 6 docs at:

https://doc.perl6.org/type.html

class parts such as routines and methods need to be in other than seemingly random order. It is difficult to find a specific method or routine in such a list.

awwaiid commented 8 years ago

Do you mean the list of routines you get when you click in to a class page?

tbrowder commented 8 years ago

On Wed, Feb 10, 2016 at 3:15 PM, Brock Wilcox notifications@github.com wrote:

Do you mean the list of routines you get when you click in to a class page?

Yes, sorry I didn't make that clear.

Thanks.

-Tom

zoffixznet commented 8 years ago

I opened an Issue for this on the docs repo: https://github.com/perl6/doc/issues/392

Thanks a lot for the report!