2
Showerthought: I keep seeing beginners in my study group skip the error messages.
We were working on a Python project last night, and three people just closed the red text in their terminal without reading it. I had to point out that the message literally said 'IndentationError: expected an indented block'. How do you get people to actually read the error details before asking for help?
3 comments
Log in to join the discussion
Log In3 Comments
laura_chen4122d ago
Honestly I get why they do it, error messages can look scary at first. Sometimes the red text feels like a wall of gibberish when you're just starting out. I learned by having a friend sit with me and walk through what each part meant, which made them less intimidating. Maybe we need to show beginners how to break down those messages instead of just telling them to read it.
6
the_olivia22d ago
Ugh I saw a tweet about this exact thing! Someone said error messages are like clues in a detective game, you gotta read them to solve it. Makes total sense lol.
5
craig.alex22d ago
Yeah that "wall of gibberish" feeling is so real. I started just googling the exact error message, the first few results usually have someone who already solved it. What was the first error you remember figuring out?
3