Unfortunately, this is how it has always been, at least for me over the last thirty+ years of programming. It has been getting better, but there are still a bunch of old school assholes who seem to think that being shamed and learning everything through personal trial and error is the best way to learn because that is how they learned.
Machno@lemmynsfw.com 10 months ago
When I first started learning to program I was constantly told “use StackOverflow” and “the people there have answers to all your questions”. So I did, I asked my question, I got 2 responses: the first was someone earnestly answering question, and the second was someone flaming me for asking such a simple question. Literally 1 minute later the thread was locked, and I was banned. I was so disheartened and embarrassed that I just stopped learning to program.
Davin@lemmy.world 10 months ago
essteeyou@lemmy.world 10 months ago
I have no horse in this race, but most beginner questions are covered on StackOverflow, the language docs, etc. Closing a question as a dupe (accurately) leads the asker to the answer, and centralizes the information to that one thread, making it more helpful for those who learn to search before asking.
Davin@lemmy.world 10 months ago
Beginners, in general, can’t simply read a long list of things and give out which one of the things applies to their question. So simply closing as a dupe without any guidance is not good.
And even simply closing and marking as a dupe is fine. But that’s not what the person I’m responding to and I are talking about. Having someone come in and shame a beginner and then ban their account is not mentioned in your response, but is the shitty behavior that needs to change.
Aatube@kbin.social 10 months ago
I think they were talking about dupes of non-catch-all questions
spiderman@ani.social 10 months ago
The IT scene has changed a lot since their time unfortunately. Many of us have to pick up new stuff quickly for our jobs in a very low time often. While going through proper materials is a way, one may or may not have time for full “trial and error” method.
SaintNewts@lemmy.world 10 months ago
I still use the stack net for some stuff but they’re about 50% on mark with the answers anymore. I don’t recommend them if you’re starting programming. There are lots of other places like code academy that will teach you the basics.
Aatube@kbin.social 10 months ago
or, for some language-specific ones, learncpp and the official kotlin learn by examples
jupyter_rain@discuss.tchncs.de 10 months ago
Something similar happened to me. I started to program, wanted to answer an question. Explained the issue a bit and posted an link to it with more Info. Got downvoted and removed because you have to make every link gratuitous with explanation about the content. I know it’s a best practice but I am a bit salty, because I see a lot of posts which do not follow this rule. So part of the issue is my own stuborness. Anyway, now I can’t answer questions anymore and my only choice to gain poins is asking questions. Buuuut I am hestitating because of storys like yours.
finthechat@kbin.social 10 months ago
I can relate to this. I joined a modding Discord and got treated similarly by the regulars there because I made the mistake of admitting in chat that I was not a programmer. I distinctly remember using the phrase "Could you explain the concept?" and some pretentious illiterate fuck thought for some reason that that meant "Can you write the code for me?" and kept telling me that I would never learn that way.