munificent / craftinginterpreters

Repository for the book "Crafting Interpreters"
http://www.craftinginterpreters.com/
Other
8.99k stars 1.05k forks source link

Error message does not sound right: Section 22.3 #929

Closed cm1776 closed 3 years ago

cm1776 commented 3 years ago

The following error message "Already variable with this name in this scope." doesn't sound quite right to me.

Suggestion: "A variable with this name has already been declared in this scope."

munificent commented 3 years ago

Yeah, it's not great, but I wanted to keep it short to keep the line length of the code under 63 characters since that makes things easier in the print edition. :-/ Trade-offs.