diff options
-rw-r--r-- | TODOs.md | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -1,6 +1,14 @@ # Tasks -## TODO How to preserve to sort order from STDIN {#task-b2c26218-5f21-4efd-afbd-ff6af57a358a} +## CANCELLED How to preserve to sort order from STDIN {#task-b2c26218-5f21-4efd-afbd-ff6af57a358a} +- CANCELLED in 2021-01-24 + + Don't preserve. + + The "blank" order, when remembering doesn't have any date on the input (usually a new profile), is to sort the input data, and it should be this way. + Otherwise the sort order that comes from STDIN would have to be included when showing ranked results, and use the STDIN order as a tie breaker. + + Not only this would make the code much more complex, but also understanding the behaviour of the program harder. - TODO in 2021-01-24 --- |