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

60%
+1 −0
Meta Should beginner-oriented Q&A here include basic use of a terminal (command line) for developers?

Shell scripts, BASH, batch files, PowerShell etc etc are all on-topic here and so questions about command line commands ought to be as well. We may however require the question to include enough r...

posted 5mo ago by Lundin‭

Answer
#1: Initial revision by user avatar Lundin‭ · 2024-06-25T08:07:55Z (5 months ago)
Shell scripts, BASH, batch files, PowerShell etc etc are all on-topic here and so questions about command line commands ought to be as well. 

We may however require the question to include enough relevant details like which OS, which version/distro or otherwise the question is probably off-topic.

None of this is really mandatory prerequisite knowledge for programming - I'm very rusty at it all personally. The overall trend in programming during the last 20 years is to move away from command line and make files etc towards graphical IDEs that handle the linking and building. For very sound reasons: with IDEs, the programmer can focus on programming instead of cumbersome side tasks such as writing make files or linker scripts. (You can of course still tweak builds, compiler options etc when there's a need, but you typically don't _have_ to.)

It may be meaningful to assemble some sort of help post with minimum expected prerequisite knowledge before starting programming. However, coming from the low-level side of things, I would rather list things like binary, hex, boolean algebra, basic electronics etc as prerequisites before learning programming. So these prerequisites are quite subjective depending on what type of programming you end up doing - "programming" is a really broad topic, software engineering even more so.