Earlier quoted context omitted.
Yes. There are people who are just learning to code, who got the advice, find a simple open source project and help. There are people who have only done early stage classes for CS degrees that want to practice in real coding but haven't been exposed to real world development. There are people who have been coding forever but never paid attention to that stuff because they were always part of a team and didn't worry a…
>Ignorance and ability are not as correlated as people like to think they are. thank god there are people who understand that. It's amazing to me the number of people who equate the two. Equally ridiculous is the tendency of programmers to spew advice such as "Read the fucking wiki (or documentation)". That really doesnt help newbs who are just barely figuring out the right way to Google things. The thing about being…
Contributing to Open Source on GitHub
31–33 of 33 posts
Re: Contributing to Open Source on GitHub
#32GitHub can be a little to good at pushing this. I've been taken to task for not having docs for my Open Source project which is on GitHub. "But I do, they are on this website here and there is a link to them at the very top of the README!" Didn't matter, I got told off for what was really "you don't have docs in the usual place on GitHub." Very frustrating. @patio11 I think it was made a comment in a blog about don't…
Does git have built-in citation management?
That would be awesome, btw. That would arguably elevate git to the level of email: made by hackers for hackers, now universal to the fabric of modern life.
Re: Contributing to Open Source on GitHub
#33What should I do if the open source project I want to contribute to isn't on GitHub?
Copy the project's code into a GitHub repository that uses the project's name and start hacking on it there, and then release your own fork. Oh, wait, that's exactly what you shouldn't do . :)