|
I don’t think stackoverflow is a problem at all, I think it’s much better to have people ask stupid questions than to call them stupid. That being said, I do think people owe it to themselves to read the documentation first. I’m extremely rarely in a situation where the official documentation isn’t monumentally better than every other option. There are a few exceptions of course, when the official documentation flat out sucks. I do think we have a general issue with how we teach CS though. Especially outside the hardcore CS degree, because we’re really not teaching young people computation anymore, we’re teaching them how to produce results. This is especially true for places like Udemy and YouTube, but it’s frankly also true on more UX centric or academy/bachelor level degrees. I do external examinations on academy levels, and earlier this year I went to a place where they teach associate degrees in CS. Only they opted to build their places as a “gaming education”, so they had a heavy emphasis on Unity. And sure enough, the students were pretty good at unity, but only a handful of them knew how to calculate Big O of a few simple examples and only a single student knew how a computer actually works. When I did my own freshman year, one of my first tests was to decode a hidden message by altering the contents of a bitmap file using C. That’s pretty useless, sure, but it teaches you a lot of things, including how to read the official documentation for a bitmap, which is a much more useful skill than knowing how to use a certain version of some framework. At least in my opinion. |
One side argues, they must know what a computer is, how it roughly works, what it can do and cannot do, and how you can program it.
The other side says, knowing how to use Microsoft Office and Excel, and Facebook and Instagram 'responsibly' is enough, and they fight tooth and nails that the education doesn't become deeper.
This is my experience in Germany, though, where digitalization is understood as replacing books by tablet computers from Apple in school.
Have you made similar experiences?
Edit: Let me reiterate on that. I think part of the fierce resistance against deeper education is fueled by fear.
To explain that, I see how mathematics is used in schools as a rough intelligence test. And the results in math are important, not because people would need differentiation of nested functions at work, but because the grade in math is used as a proxy by the society.
Abstract thinking is difficult for many. And they dislike it. A fundamental education in computers requires abstract thinking. So with that, there would be even more filterng between those who think good, and those that don't. People are afraid of that. So they fight that change.
I think people are afraid of loosing out and becoming meaningless and irrelevant in a world of computers, i.e. a world of abstract thinking.