Skip to content
This repository has been archived by the owner on Jun 18, 2022. It is now read-only.

Sort review #9

Open
rakudrama opened this issue Aug 12, 2014 · 0 comments
Open

Sort review #9

rakudrama opened this issue Aug 12, 2014 · 0 comments

Comments

@rakudrama
Copy link
Contributor

https://github.com/dart-lang/dump-info-visualizer/blob/master/web/polymer_lib/tree_table.dart#L67

The sorting of rows by nonSortablePriority should be separated from sorting by data value.

There is a clash between a/b and d1/d2
I'd call them row1/row2 and value1/value2

How do we parameterize the sorting semantically?
For names, the user might want to choose between default ordering and 'smart' ordering with public names before private names, the ordered AaBbCc, with embedded numbers sorted numerically and qualified names sorted by this order on the individual identifiers, and dart: libraries following other libraries.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

2 participants