Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Meta

Welcome to Software Development on Codidact!

Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.

Post History

81%
+7 −0
Meta How much research effort is expected from the asker by the community?

There are multiple questions/aspects in your posts, so I will go one by one: Stack Overflow which answers many questions While this is true, for many questions SO has an important drawback. I...

posted 2y ago by Alexei‭

Answer
#1: Initial revision by user avatar Alexei‭ · 2021-07-18T14:14:23Z (over 2 years ago)
There are multiple questions/aspects in your posts, so I will go one by one:

> Stack Overflow which answers many questions

While this is true, for many questions SO has an important drawback. If the question is old enough it might have a lot of outdated answers. By outdated I mean anything that makes the answer suboptimal (more code, slower or containing anti-patterns) or even broken (the framework evolved enough to have breaking changes for the example).

Even if one asks the exact same question here, Codidact might provide a better answer simply because one does not have to scroll a lot to get to the most appropriate answer. 

> there are online tutorials and courses on YouTube and many other platforms that may solve your problem

Q&A sites like StackOverflow had an immense success because online tutorials typically do not expose information in an easy to find way. Tutorials might very good at providing in depth information about a topic, but fail to help one with a specific programming issue which can be related to many aspects such as using multiple technologies together, the setup etc.

> **How much research effort is expected from the asker by the community?**

Personally, I expect the asker to provide **anything that shows at least some personal effort regardless of its nature**. Examples:

- relevant code along with a focused question about why something fails with a clear error message
- implementation attempt using some online resource, but asking about why some aspect was implemented in a certain way

Let us not forget that asking good questions is quite hard. If the asker takes the time to provide most of the meaningful details for a programming problem to be answerable, this is already an important effort.