https://www.codementor.io/ https://www.airpair.com/ https://hackhands.com/ (not sure if still active) https://officehours.io/ (not sure if still active)
Ask HN: Where to find someone to review my code?
21–30 of 30 posts
Re: Ask HN: Where to find someone to review my code?
#22Re: Ask HN: Where to find someone to review my code?
#23What about writing quick units tests and make your own comparisons? What is working nice for you, is probably the best way, anyway!
Re: Ask HN: Where to find someone to review my code?
#24https://www.codementor.io/ https://www.airpair.com/ https://hackhands.com/ (not sure if still active) https://officehours.io/ (not sure if still active)
Re: Ask HN: Where to find someone to review my code?
#25I'm surprised there hasn't been more mention of GitHub.
Re: Ask HN: Where to find someone to review my code?
#26Note: This opportunity window is only open for a short period before I start something else. Post which it will become less likely for me to respond frequently.
Re: Ask HN: Where to find someone to review my code?
#27You can send me an email. I have 3 years of experience developing large scale as well as performant software, including work experience at two YC startups. Mail: abhikandoi2000@gmail.com Note: This opportunity window is only open for a short period before I start something else. Post which it will become less likely for me to respond frequently.
Re: Ask HN: Where to find someone to review my code?
#28Go 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.
Any pointer?
Re: Ask HN: Where to find someone to review my code?
#29Go 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.
I was just going through GitHub and couldn't find how to do "few recent merged pull request". Any pointer?
https://github.com/search?o=desc&q=language%3AKotlin+Android...
We go down six and see Google's android architecture components. We click on it and click on pull requests. We look at what is open and what is closed.
We see a month ago someone sent a pull request which was merged -
https://github.com/googlesamples/android-architecture-compon...
If we go back more we can see other merged requests in the recent past.
This is a project with a "few recent merged pull requests". People sent a patch to the code in a pull request, and their branch was merged into the main code base.
While this example was Android and Kotlin, you can look at other languages you have more familiarity with, and other focuses. Projects with a lot of stars and/or forks are good candidates to look at, and you can sort by them. I did add the caveat recent though, as sometimes a project has been abandoned for a year or more, and there might be no active project owner to merge pull requests.
Re: Ask HN: Where to find someone to review my code?
#30https://www.codementor.io/ https://www.airpair.com/ https://hackhands.com/ (not sure if still active) https://officehours.io/ (not sure if still active)
Has anyone experience with officehours.io? I like the concept and it sounds like something HN would typically be interested in but all previous posts about them didn't get any traction.
To our surprise, the biggest problem is in getting requests for advisors’ time. Turns out many will share their experience; fewer feel comfortable asking for it.