G
Guest Forum
Log In
5
c/coding-for-beginners
•
rowan_black
•
3d ago
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?
2 comments
Share
Log in to join the discussion
Log In
2 Comments
Best
New
Old
Controversial
lane.morgan
2d ago
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
Share
jakes67
3d ago
For a syntax error, just check the line it points to first.
3
Share