Live data from Hacker News

Ask HN: Where to find someone to review my code?

news.ycombinator.com

1–10 of 30 posts

Re: Ask HN: Where to find someone to review my code?

#3
Go to Github and look at projects where there have been a few recent merged pull requests. Look at listed issues, the TODO file and so forth. Fix an issue and send a pull request.

After a few such patches, this will start getting you code reviews. People have much more time to review your patches to their code than they do to make suggested patches to your code.

Re: Ask HN: Where to find someone to review my code?

#5
post #3

Go to Github and look at projects where there have been a few recent merged pull requests. Look at listed issues, the TODO file and so forth. Fix an issue and send a pull request. After a few such patches, this will start getting you code reviews. People have much more time to review your patches to their code than they do to make suggested patches to your code.

How I learnt to write better code. +1 on doing so.
Post reply on HN