Page 1 of 1

Joining 'sort' section to 'array', 'map' and 'linkedlist'?

Posted: Mon Jul 29, 2013 7:55 am
by bamsagla
Hey everyone,

this is not really a bug, but I just took a look to the linkedlist doc, because there was a post in coding questions I was interested in and wanted to take a deeper look.

Suddenly I saw a command in the linkedlist topic title (within the help file) called RandomizeList(). Never heard about that and never found... Why? - Because the sorting functions are unter 'sort' section.

So I'm a little confused because we have sorting commands for array, map and linkedlist separated. If there would have been a command SortList() that is sorting arrays, maps and lists I would've understand. But the separation to a sort section in my opinion is useless and confusing. Every sorting command should remain at the corresponding section like SortArray() at 'array', SortList() and RandomizeList() at 'linkedlist' and so on.

Just my two cents... Regards, Harry.