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

72%
+6 −1
Meta How does the community feel about resource requests?

These are fine, IMO: Here is my specification of what the program should do /--/. I'm stuck at x, (optionally: here is my code), where do I go from here? Is this implementation of x (code follows)...

posted 3y ago by Lundin‭  ·  last activity 3y ago by Lundin‭

Answer
#1: Initial revision by user avatar Lundin‭ · 2020-08-28T10:52:00Z (over 3 years ago)
These are fine, IMO:

- Here is my specification of what the program should do /--/. I'm stuck at x, (optionally: here is my code), where do I go from here?
- Is this implementation of x (code follows) fine in terms of parameters y and z? Where parameters could be execution speed, memory use, readability, portability, libraries/APIs used etc etc.
- Similarly, what tools/libraries are suitable given a certain specification.
- Can someone explain how this open source code works or how the person who wrote it were thinking? (code follows) Assuming I know fundamental stuff such as the programming language used in the code.
- Requests for general design or code review may or may not be OK, no consensus reached so far.

These are not OK:

- Write code for me requests. Very rude. Should lead to user suspensions.
- I'm working in a crappily documented hobbyist project where we have no specification, coding standards or documentation but just merrily hack away. Now everything is a complete mess, help!
- I don't understand anything about this code, including the basics of the programming language used. Can someone explain _everything_ to me, so I don't need to study programming.
- What's best... without specifying the "best" criteria.
- Where can I find the manual/documentation for x?
- Where can I find study material?
- Where can I find or download libraries or code?