AlbertHald / Minecraft-Turtle-Language

A beginner friendly programming language for a programmable turtle in Minecraft.
GNU General Public License v3.0
0 stars 0 forks source link

Reverse the printed order of problems #92

Closed atjn closed 1 year ago

atjn commented 1 year ago

In cases where there are multiple problems, the first encountered problem is usually the real issue, and the following problems are just consequences of the first error.

Unfortunately, the minecraft chat makes it hard/impossible to read the first encountered problem when other problems are printed afterwards. This is also confusing for new users who will probably read the last encountered problem first, and focus on fixing that.

I propose reversing the printed order. This ensures the user can read the first error, and makes it much more likely that they will notice and fix that one first.