G
5

My coding buddy swears by error messages, but I find them baffling.

Some people say error messages point you right to the problem. Others feel lost with terms like 'syntax error' without clear examples. How do you see it?
3 comments

Log in to join the discussion

Log In
3 Comments
lane.morgan
Those messages can be incredibly vague though. A missing bracket might throw an error fifty lines later. It's more like getting a hint than an answer.
7
jakes67
jakes671mo ago
For a syntax error, just check the line it points to first.
3
leoward
leoward1mo ago
But what if the line it points to is totally fine?
1