|
|
|
|
|
by crispyambulance
2413 days ago
|
|
Yes, the best teachers ask questions of their students, engage in a dialog and provide "guard rails" for the student to gain mastery of a topic. The end result of learning is not merely knowing answers but being able to ask strong questions (pithy, but true). This is also part of the reason why Stackoverflow is in such a negative light lately. SO is extremely good at providing answers to narrowly-focused well-defined questions, people forget or aren't aware that this IS NOT a good way to learn subject-matter. It leads to frustration from users because they're expecting someone to give them pointers on how to move forward on general problems and it's frustrating to point-mavens because they aren't empathetic enough to see what the problems are. |
|
Usually, at least for .net, there are explanations not only how to do something, but why do it this way.
I learned quite a bit from SO, it at least pointed me towards right direction in docs. Nowadays i just read the docs instead, but i still google for SO answers for new problems.
Maybe there is an API i have no idea about ,nor my colleagues do? Maybe there is a better way to solve problem XYZ?
Instead of skimming myriad of blogs i can just read the answers on SO and then read up the docs.
SO is as good, or bad, as you make it - if you just copypaste answers, or provide an answer in form of code with minimal explanation why - then that's on you.