this post was submitted on 17 Sep 2023
66 points (100.0% liked)

Free and Open Source Software

17505 readers
449 users here now

If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
 

I program in C and python, and even good first issue problems seem like I have to be Dennis Ritchie himself to solve them. How do I know when I'm ready to solve and commit to projects?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 26 points 9 months ago

Just look at issues in software you use.

Start with a simple project. Clone the code and try to build it (this is already a very big step in software development, so don't be angry with yourself if it takes a while). Poke around in the code, change some stuff, get a feel for the architecture. Then see if there is an issue that you could help with. Ask questions on the projects communication channel(s). Most developers will be kind if you ask for help or advice.

Good luck! ๐Ÿคž