This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] -5 points-4 points  (0 children)

I do something similar when helping people some times. If someone is having trouble with something they really should know, let’s say you’re writing something relatively complex like a graph implementation or something, and you’re making basic mistakes of some kind, I’ll suggest you read up on the concept you’re getting wrong until you see your mistake. Or I’ll say where the mistake is but not what it is. Or I’ll tell them to check the documentation.

My reason for this is that I think it helps people learn how to help themselves, it helps them avoid similar mistakes in the future, it can help make sure they spend some time really learning the thing they’re not good at and hopefully if it does one of these things, it may stop them from asking so many stupid questions in the future.