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

sort_by and the list of values #54

Closed
mtdowling opened this issue Apr 2, 2014 · 0 comments
Closed

sort_by and the list of values #54

mtdowling opened this issue Apr 2, 2014 · 0 comments

Comments

@mtdowling
Copy link
Contributor

The method signature and implementation requirements for sort_by is kind of awkward. Forcing the internal array to be a list of strings or a list of numbers but allowing either type of list is awkward to implement and probably hard for users to understand. Why can't it just be an array of strings and numbers and then implementations use a natural sorting algorithm?

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

1 participant