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.

Comments on Growing software.codidact

Parent

Growing software.codidact

+9
−2

I've been thinking about how the community might bring more contributors to software.codidact. One of the ways is to simply pitch codidact in questions, answers, and comments in stackoverflow. I'm not sure if that is explicitly forbidden there, or frowned upon. Is making explicit pitches for software.codidact on stackoverflow a good idea?

The underlying premise is that this community wants to grow this site more rapidly. The alternative is what I'll call natural growth, where people find codidact by themselves. Obviously there needs to be a balance of people who only ask questions and knowledgable people willing to answer them, and I think natural growth is likely more likely to provide that balance. Do we want to grow software.codidact more rapidly than natural growth provides? If yes, what are some other ideas for growing the site?

Obviously these questions can apply to all the codidact sites, but I'm personally most interested in software.codidact.

History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

0 comment threads

Post
+15
−0

We can't go and shamelessly promote Codidact in SO comments etc just for the sake of it - that's regarded as spamming and might get you banned, plus it will give Codidact a nasty rep. Similarly, SE and many other sites frown upon using "signatures" in your posts.

What you can do - and what I've been doing myself - is to refer to Codidact posts as a link to an on-topic source, resource or duplicate. I've been writing some self-answered Q&A here to get the site going and I refer to those posts from my SO activity.

This requires some good "canonical dupe"/FAQ-like technical content here on this site though, preferably better than the present "canonical dupe" on SO. Which might sound intimidating at first - how do we make something better than SO posts that have been up-voted and peer reviewed by hundreds of users? But it's actually not that hard, given that you know the topic.

To take a practical example, the #1 all-time most common C programming FAQ has this canonical dupe on SO: Why are these constructs using pre and post-increment undefined behavior?

The question is good with lots of examples, but the each individual answer is actually not that good at all. They are individually incomplete and lack detail - in order to truly understand the problem, you have to go through multiple answers, each containing various pieces of the puzzle that makes a complete answer. And the 500+ top-voted answers is basically just "this is undefined behavior, don't worry your pretty head about it". It's actually quite bad, likely it gets massively up-voted because people always refer to the above link out of habit.

So I made a more complete self-answered Q&A here on Codidact:
Why can't we mix increment operators like i++ with other operators?
This goes into all the dirty details of why the code doesn't work, explains the various rules and terms of the language, mentions common misconceptions etc. I personally believe that it holds higher technical quality than the SO post, since it is a single answer containing everything that's scattered over multiple answers in the SO post. It's also up to date, some answers on the SO post became slightly outdated in 2011 when there was a major language revision.

If we can keep referring to higher technical content on Codidact than on SO, then we will win over domain experts from there. Who in turn can make more high quality posts: it becomes a "positive circle".

History
Why does this post require moderator attention?
You might want to add some details to your flag.

1 comment thread

General comments (2 comments)
General comments

Yep, self-answered Q&A was exactly what I was planning to do.

jrh‭ wrote over 3 years ago

I like the idea of providing higher quality selfie Q/A on here, SO definitely has some highly upvoted subpar content and this is a good chance to provide a better reference.