Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which open source project would you recommend contributing to? [closed]

What open source projects would you recommend as a good place for a starting open source developer? Factors that I think would be important are some obvious ones like well written code and a community that is helpful to newbies. But it might be nice if the code base is such that I can start hacking some small problems without really understanding the details of how everything works.

I'd prefer something that can be developed on Linux using C/C++/Java/Python/Scala.

like image 592
Pramod Avatar asked Dec 05 '22 07:12

Pramod


2 Answers

Trying to pick a project like that will never work because it's not something you're passionate about. What's an open source project that you use daily or enjoy using? Go work with that one.

like image 110
Tom Ritter Avatar answered Dec 07 '22 19:12

Tom Ritter


It really depends on what your interests are as to what project to dive into.

Rationale for a larger project (e.g. Firefox, OpenOffice, etc) is that it has many developers, a well established code base, and many small tasks/bugs to be worked out.

Rationale for a smaller project is that you will become more intimate with the code and application. You will likely get to know other developers on the team and understand the overall concept better. Additionally, your additions to the project may be more noticeable.

like image 34
Inisheer Avatar answered Dec 07 '22 20:12

Inisheer