The best way to get open source project feedback

What is the best way to open the source code of a project that I would like to help? I know about the original forge, but is there any way to advertise "I'm a newbie who wants to improve my coding skills, so here is a working draft that I upload hoping to find out which code is better?" I currently have a Cocoa program that I wrote that works great, but I'm sure there are inefficiencies and leaks in my code that I will never know about if someone with a lot of experience doesn't point to them.

+3
source share
1 answer

Judging from my experience, if your project is considered useful, people will start sending bug reports and corrections on their own. If this happens, contact your representatives, offer them write access to the code base, and share responsibility.

This way you will learn a lot about coding and, more importantly, team management.

What, saying, why don't you participate in existing projects to improve your coding skills? Reading the code of others will increase your capabilities much more than just writing your own material.

0
source

All Articles