a thought about error messages

2022-01-05 Thread jasonfi
I agree the error messages are easy to search already. I think the error code approach dates back to when search wasn't that good and you needed to enter an ID into a help system, or find it on a single page.

a thought about error messages

2022-01-05 Thread pietroppeter
👇💯 > In order to increase adoption, talk about Nim, produce videos, blog posts, articles.

a thought about error messages

2022-01-05 Thread Araq
In order to increase adoption, talk about Nim, produce videos, blog posts, articles. The error messages are already easy to search for as they are always in English and there is no i18n. (For this reason btw.)

a thought about error messages

2022-01-05 Thread kobi
Some languages, such as C#, assign an ID to the error messages the compiler produces. then the user can search for that ID and figure out exactly what it means. it has the added benefit, that in the case Nim reports an error message but that error is wrong for that use case, you can find that sp