Sort keys in tables
vdubus opened this issue · 1 comments
Currently, keys in tables aren't sorted. Because of that, each time a rotation is updated, it is really difficult to keep track of all the modification as the whole table is changed…
We should try to sort the keys so that changes are consistent and easy to track between each version.
It seem that it is impossible to sort table's keys in LUA. The only solution would be to sort them by ourselves.
The project Table-Formatter-Tool was made to answer this problem.