aroberge / reeborg

Enhanced Karel-the-robot clone
http://reeborg.ca/reeborg.html
Other
47 stars 36 forks source link

Do error processing in the Python side #471

Open aroberge opened 3 months ago

aroberge commented 3 months ago

When an exception is raised, the error processing is done in the Javascript side. This is error prone. A better way would be to do it in the Python side, passing the information to the Javascript side afterwards.