Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The order of methods #647

Open
AnnieCyl opened this issue Apr 20, 2016 · 1 comment
Open

The order of methods #647

AnnieCyl opened this issue Apr 20, 2016 · 1 comment

Comments

@AnnieCyl
Copy link

Currently the ordering of methods are alphabetic. But I want the order exactly how I organize those methods in my JS files. Is there any way to achieve that?

@nene
Copy link
Member

nene commented Apr 20, 2016

Unfortunately not, and unlikely to be implemented in the future.

Consider the case where lots of methods are inherited and mixed in from other classes. How should these inherited methods be ordered? You might think up an order you'd prefer, but to any third party reading the docs, things would simply look random.

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

No branches or pull requests

2 participants