Sharing incomplete code (source files) for a Program already archived on FigShare #177584
Replies: 2 comments 2 replies
-
| If you only need to share partial code, uploading a zip file works, but it’s not the best way. It’s better to upload the source files directly to the repository instead of bundling them. That way, others can browse, view, or cite individual files without downloading everything. This keeps your project transparent and easier for others to use or reference. If this helps, mark the answer as helpful so others can find it. | 
Beta Was this translation helpful? Give feedback.
-
| Zipping code files for a repository is fine but not ideal. For partial C/C++ code with copyright restrictions, consider: 
 Directly committing files to the repository with proper documentation is generally better than a single zip for accessibility and version control. | 
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Question
Body
All the code or source files are in one zip file that I have uploaded to the repository I created. Is this the best way to share? The code is is C/ C++ and it is partial because of copyright restrictions
Beta Was this translation helpful? Give feedback.
All reactions