If you're from a non English speaking country, do you first have to learn English if you want to get into programming?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] 13 points 2 years ago (1 child)

This is why I never touch language setting in any OS. It's guaranteed I'll have some problem down the line because I can't search the problem or understand the solution if error crops up someday, because the menus are different.

  • source
  • parent
  • hideshow 2 child comments
  • [โ€“] 8 points 2 years ago (1 child)

    Error messages are a pain to search for when they are translated too.

  • source
  • parent
  • hideshow 2 child comments
  • [โ€“] 3 points 2 years ago (1 child)

    This is why it's good to have unique error codes in addition to messages. It also helps with error monitoring as you can aggregate errors by their error code rather than message (which can have variables in it, different languages, etc).

  • source
  • parent
  • hideshow 2 child comments
  • [โ€“] 2 points 2 years ago

    Error codes can be useful but I find that a lot of vendors using them rely on the code too much to classify errors as identical. Usually the variables do matter, e.g. which file couldn't be opened or which action was attempted by whom that got a permission denied error.

  • source
  • parent