Proper ordering for *ALL* lists in the program; *never* list in random order
All Lists in VectorVest should be ordered. Currently there are a number of lists in VectorVest that are in Random Order. To find an item in a randomly ordered list you must read every item in the list. It's a waste of time and should be embarrassing to the software developer. Graph Layouts is one example. Unisearch moves modified searches to the end of the list rather than maintaining alphabetical order.
2
votes
Tim Knox
shared this idea