Earlier quoted context omitted.
Why does it matter who is responsible for a mistake? Whence this antiquated notion that failures are to be blamed on a scapegoat?
More to the point, people turn off their brains when they hear 'This was my fault'. They stop investigating further once the blame has been assigned. It's more important to do the classic 'five whys' than to assign blame. A scenario: Maybe Joe forgot to do the maintenance task. Maybe he forgot because he's been working overtime and is tired. Maybe he's been working overtime because there aren't enough sysadmins. Mayb…
I Don't Understand
41–50 of 97 posts
Re: I Don't Understand
#42As an instructor I have the opposite problem. How can I encourage students to say “I don’t understand”?
Make it clear that struggling is a perfectly normal factor of life -- in fact one could argue that intelligence is a measurement of someone's history of struggling.
One could even go so far that the top 5% of any class are simply people who have 'struggled' the most, or more to the point people who have stumbled (and overcome it) the most.
Here is an excellent article researching teaching methods in Japan:
http://www.npr.org/blogs/health/2012/11/12/164793058/struggl...
Re: I Don't Understand
#43Re: I Don't Understand
#44Re: I Don't Understand
#45Earlier quoted context omitted.
Why does it matter who is responsible for a mistake? Whence this antiquated notion that failures are to be blamed on a scapegoat?
I understand this the following way: when nobody claims "ownership" of a mistake, everybody (ie. in a team) feels guilty about it, even of they had no control over what lead to this mistake. If someone says clearly that it was his mistake, everybody else may stop worrying and either concentrate on something else or help mistaken person avoid such mistakes in the future. This has nothing to do with scapegoats, but my…
Re: I Don't Understand
#46I can see why there seems to be a stigma attached to admitting you don't understand something, especially if you've just started at a new place and you want to make a good impression and reassure them they made the right choice hiring you. I've been guilty too many times of not speaking up when I don't understand something and it comes back to bite you. It makes you look more incompetent being ignorant and not speaki…
The best new hires we've brought on are the ones that jump in and ask for explanations. When explaining things to a new hire I already know they don't understand everything, and I expect questions. Those questions help drive the discussion further in a way that hopefully fits in better with their thought process/learning style. It is much more frustrating trying to explain things to people that just nod and have to b…
I wouldn't exactly say I don't know what I am doing, but even I struggle just like everyone else because I don't know everything and it's better to ask a colleague who might than it is to search Google. Managers need to train their staff to be more sympathetic and patient with new hires especially. Some places (by the sounds of it like yours) have created a comfortable environment where it's easy to ask for help and clarification, this is how it should be everywhere.
Re: I Don't Understand
#47One expression of this that I hear from newer devs (and clients) sometimes is "Can't we just...?" and what it really means is "I don't understand", but in a more socially safe way. If I address the question as if it were "what am I missing that makes this seemingly simple solution not viable?" it usually addresses the question and spreads better understanding. I also find that if someone is having trouble understandi…
I've been dealing with this exact experience the last couple of weeks, after being asked to take ownership of a huge codebase. From what I've noticed though, saying "I don't understand" usually triggers a more detailed explanation of the existing design, leaving out the "why" part unanswered, and ending with me still completely baffled. I've had to resort more often to "Can't we just..." type questions, and while tha…
Re: I Don't Understand
#48My analysis professor used to say, if you state that some part of the proof is trivial then it should be easy to just write it out. And when you have a hard time writing it out or it takes too long, perhaps it's not trivial after all.
Re: I Don't Understand
#49Re: I Don't Understand
#50I first noticed this effect in college, when the prof would be talking about something that didn't make sense to me. If I remained silent, he'd never explain (of course) and I'd remain ignorant. However, whenever I asked him, everyone would start furiously writing down his explanation in their notes. So I got into the habit of saying "I don't understand". Inevitably, there would be quite a number of other people who…
Did you usually just say "I don't understand"... or was it more like "I get how a works with b when c occurs. But you lost me when you were talking about how it happens over z, I don't get the distinction, could you go into that?" It's not about plain ignorance, but conscious incompetence. That can be a great deal of work to attain in a given domain, getting to that "I know what I don't know" place so you can actuall…