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

71%
+3 −0
Meta What questions are we most urgently missing?

I'd like to see more language-agnostic questions about general programming-related concepts. I've already tried to do that with a recent Q&A pair: What are the criteria to define if a progra...

posted 6mo ago by hkotsubo‭

Answer
#1: Initial revision by user avatar hkotsubo‭ · 2026-03-09T19:03:55Z (6 months ago)
I'd like to see more language-agnostic questions about general programming-related concepts.

> I've already tried to do that with a recent Q&A pair: [What are the criteria to define if a programming language is compiled or interpreted?](https://software.codidact.com/posts/295607).

<details>
    <summary>More suggestions</summary>

Unicode related questions. I guess "_What is Unicode?_" is too broad, we could split it in more specific ones:

- What is an Unicode code point?
- How Unicode defines a character?
- What are encodings?
- What are the normalization forms?
- What's a collation?

Floating point arithmetic:

- Why `0.1 + 0.2 == 0.3` is false?
- What is IEEE 754?
- Why `NaN` is not equal to itself?

Others:

- Paradigms. There's already [What's the difference between Inheritance and Polymorphism?](https://software.codidact.com/posts/282832), but it could expand to:
    - What's functional Programming?
    - What's Object Oriented Programming?
    - And so on (maybe those are too broad and could be split in more specific questions)
- Type systems: difference between static and dynamic typing, strong and weak typing
</details>

Of course those topics might expand to other questions about language-specific uses, but I think that having a more general question would make it clear what parts belong to the broader concept, and what parts are specific to each language.