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 Community feedback: What type of questions can I ask here?

Parent

Community feedback: What type of questions can I ask here?

+4
−0

There is a new page What type of questions can I ask here? (found under Help -> Guidance.) I'll quote it as whole below, for convenience.

Please give feedback on specific items in the list that you agree or don't agree with and post a proposed change, so that the community can vote agree/disagree with your answer. This includes change of wording etc. If something is missing that you feel should be added to either on-topic or off-topic, please propose that too.

In order to label something "community consensus", we should preferably have a strong majority for/against. (Voting on this particular question here is kind of meaningless, please vote on answers.)

One item at a time please! Don't hesitate to post several answers.


What type of questions can I ask here?

Software Development Codidact is for software developers, people who like writing code. We tend to consider that the best questions include some source code, but some without might also fit.

To better understand what is on-topic and what is offtopic, please read the following sections.

On-topic

  • questions about software design, software architecture, or modeling
  • questions related to software design/review - what item goes where when using a certain technology stack
  • questions about the software development process and project cycles specific to software engineering (requirements, design, testing, etc)
  • questions about best practices as long as enough detail is provided to answer using external references or expertise consensus
  • questions related to software life cycle management, including build configurations, version control, release, and deployment.
  • questions dealing with how to write software documentation
  • questions about SQL programming

Off-topic

  • questions asking for implementing a certain feature (or homework). You should include your (partially working) trials in the post asking to explain what a certain code does.
  • questions about computers or software that are not connected to software development/engineering
  • questions about the system, network, or server administration
  • questions about embedded systems programming (microcontroller programming, hardware description languages, RTOS questions, PLC programming). Please use Electrical Codidact instead.
  • questions about which tools, frameworks, or technologies to use, unless they are directly related to development (e.g. code, schema changes documentation tools)
  • asking about project management of software projects
  • asking about software licensing
  • questions containing errors caused by typographical errors, as it is very unlikely to be useful in the future
  • questions about database administration

It is important that your question contains enough information that another person can use to help you. After writing the post, please take a couple of moments to review it.

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

> questions about best practices as long as enough detail is provided to answer using external references or expertise c …

3y ago

+7
−0

> questions about software design, software architecture, or modeling > questions related to software design/review - w …

3y ago

+7
−0

I propose adding, at the top of the list: > On-topic > questions about writing software, where software is understo …

3y ago

+5
−0

> questions about the system, network, or server administration Which system? I think it is clearer without "the": …

3y ago

+5
−0

> Off-topic > questions about which tools, frameworks, or technologies to use, unless they are directly related to dev …

3y ago

+4
−0

I propose that the following is added: > On-topic > > - questions asking for code review that follow [the site poli …

3y ago

+4
−0

> On-topic > > - questions about SQL programming > > ... > > Off-topic > > - questions about database admini …

3y ago

+3
−0

I propose that we add the following: > Off-topic > - Questions about code golf, programming puzzles and challenges. …

2y ago

+3
−0

> questions asking for implementing a certain feature (or homework). You should include your (partially working) trials …

3y ago

+3
−0

> On-topic > > - questions dealing with how to write software documentation I propose that a note about tool use is …

3y ago

+5
−2

I propose that the following is added as off-topic: Off-topic - Questions with artificial requirements and no prac …

3y ago

+3
−2

Overall feedback: > To better understand what is on-topic and what is offtopic, please read the following sections. …

3y ago

+2
−2

>On-topic > > - questions about best practices as long as enough detail is provided to answer using external reference …

3y ago

+0
−1

> questions dealing with how to write software documentation This seems overly broad. I mean this would include Mark …

3y ago

+0
−1

> questions about which tools, frameworks, or technologies to use, unless they are directly related to development (e.g …

3y ago

1 comment thread

General comments (3 comments)
Post
+4
−0

On-topic

  • questions about SQL programming

...

Off-topic

  • questions about database administration

I propose that these two are changed to clarify that we allow questions about database design and questions regarding the use of specific DBMS (MySQL, Oracle etc):

On-topic

  • questions about database design or how to interact with a specific DBMS, for the purpose of database design, programming or access through SQL.

Database administration is a bit of a fuzzy term so I propose that it gets removed completely. Maintaining a database server is obviously off-topic and covered by server administration being off-topic. But maintaining the data/tables themselves could be either on- or off-topic, from case to case.

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

1 comment thread

General comments (1 comment)
General comments
Alexei‭ wrote over 3 years ago

I have applied your suggestion (in a simplified form, as "database design" is repeated). Thanks.