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.

Asking and answering FAQ style questions

+7
−0

After spending my time on SO, I found that some of the FAQ style questions were VERY helpful, especially with things such as SQL injection in PHP/MySQL (for example How can I prevent SQL injection in PHP?)

Are we open to the same kind of thing here?
These could be refer-back-to-canonical type questions to use as dupe targets etc.

I guess what I'm asking; do we want to see these?

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

3 answers

+8
−0

As other answers have said, we have some of these, they're helpful, and they can be hard to write. On Codidact there's another option, should the community want to enable it: articles.

An article is another type of top-level post. They're being used in a few different ways around the network: longer-form papers on EE, resources on Languages & Linguistics, blog on Meta, and a couple others.

In all of these examples, the articles are in a separate category that contains only articles. Search is global, so they'll still be found when someone searches on Q&A. It is also possible to mingle Q&A and articles in the same category; our developer collab community does this. The advantage is that all the content is together; the disadvantage is that when you start a post, you first have to choose a type, which is a non-trivial barrier to a newcomer with a question. (Someday we might be able to make that smoother, but probably not soon.) My personal advice at this time would be to use a different category; take a look at the examples I mentioned for ideas on what that could look like, and I'm happy to work with y'all to do what's best for this community. You're the experts on what that is; I'm here to provide some capabilities if I can.

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

1 comment thread

Yes, articles! (2 comments)
+3
−0

Yes it is fine and probably encouraged even. I have written several self-answered Q&A here and they were mostly well-received. They aren't all that easy to write though, especially getting the question right and meaningful, so that people looking for that same problem can find it - or at least so that other users looking for a duplicate target or FAQ post can find it.

Ideally (if applicable) the question should contain some code examples and then the answer can refer to those. And obviously use sources and references in your answers when possible, the usual drill for writing a good answer.

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

0 comment threads

+0
−0

Adding my own 2 pence here;

I would very much like to see these kinds of Q&A
These would be better if they could be attributed to community effort (garnering no reward for any persons who choses to contribute)

I would be quite happy to start a couple of these (not enough experience to be confident in giving all the answers, so help pls :P ), again using the SQL Injection as well as adding common errors (Unexpected T_STRING for example)

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

0 comment threads

Sign up to answer this question »