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 Is software system design on topic here?

Post

Is software system design on topic here?

+6
−0

Is software system design on topic for the software development site?

For what I mean by system design, consider the "system design interview" commonly held these days when recruiting software engineers. I assume a software site would primarily deal with software systems, rather than things like airplane controls, chemical oscillators and manufacturing assembly lines.

For some examples:

  • One might ask in the main QA section: "I want to have real time ML inference, but my database is OLAP and the performance is crap. Is there a way to fix it, or do I have to switch to an OLTP data store?"
  • One might ask in the code review section: "I want to make a multiplayer game. Here are the detailed requirements. Here is my design for how the different parts will come together. Are there any flaws or shortcomings in this design?"

Informally, people think of sites like this as "coding questions". But many interesting questions and problems in software development are really questions about system design. Once a suitable software system is designed, implementation becomes obvious.

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

1 comment thread

Related meta question about architecture (1 comment)
Related meta question about architecture
Alexei‭ wrote about 2 months ago

Asking software architecture related questions on Software Development community is closely-related to this one.

I agree that "many interesting questions and problems in software development are really questions about system design" and this is an important part of being a good software developer.