TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Where can I ask for code reviews online without being roasted for fun?

8 pointsby whitfieldsdadover 1 year ago
This may just be a cognitive bias on my side of things, but, I&#x27;ve found that a lot of the time when you ask people you don&#x27;t work with to review your code, they tend to review it savagely, and with the intent of completely, and absolutely destroying you for &quot;likes&quot;, &quot;upvotes&quot;, etc.<p>A lot of the time I just want to figure out if I&#x27;m going down the right path before I have anything perfect, or breathlessly beautiful to ask for feedback on.<p>A lot of the time, I&#x27;m learning a new technology or a new paradigm and don&#x27;t know what I&#x27;m doing, and, asking for help on Reddit or StackOverflow usually just means being roasted.<p>Is there any way to avoid the roasts?<p>Is there a different community everyone goes to?

8 comments

Leftiumover 1 year ago
I believe this community would be different: <a href="https:&#x2F;&#x2F;www.recurse.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.recurse.com&#x2F;</a><p>Based on their social rules: <a href="https:&#x2F;&#x2F;www.recurse.com&#x2F;social-rules" rel="nofollow">https:&#x2F;&#x2F;www.recurse.com&#x2F;social-rules</a><p>However, it might be difficult to get in...
评论 #39065189 未加载
jaredsohnover 1 year ago
Could ask GPT4 chatgpt to review some code. Tell it to review kindly if you want (but shouldn&#x27;t need to).
评论 #39050631 未加载
whitfieldsdadover 1 year ago
TIL: all code posted for review on <a href="https:&#x2F;&#x2F;codereview.stackexchange.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;codereview.stackexchange.com&#x2F;</a> has to be compilable.<p>I noted that a function wasn&#x27;t available in the snippet in my post, but 2 users still voted to remove the question without any feedback, person-to-person communication, etc., because it broke the rules.<p>While I&#x27;m a rule-breaker, and the problem, maybe GPT4 is where to go for code reviews.
tomcamover 1 year ago
Painful suggestion: I reframe the savagery as a free consultation by folks with poor people skills. Often one or two of the reviews gives you actionable results. I view this exercise as something you akin to learning how to be a sales person: a very unpleasant experience at first but eventually you develop a new muscle&#x2F;superpower. Being coachable can take you pretty far.
评论 #39055189 未加载
mdanielover 1 year ago
<a href="https:&#x2F;&#x2F;codereview.stackexchange.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;codereview.stackexchange.com&#x2F;</a> may be worth a shot; I know it&#x27;s a common meme that the stackexchange sites are a cesspool but my experience has been &quot;garbage in, garbage out&quot;<p>Also, I would guess the &quot;review it savagely&quot; and &quot;absolutely destroying you&quot; part is likely projection, or perhaps not setting expectations of what outcome you want from any such review. If it&#x27;s &quot;what&#x27;s wrong with this code?&quot; one will get a monster range of responses. If you have specific concerns, then stating them as specific success criteria will likely improve your experience<p>Without any question you will want to consider the audience of peers when asking for reviews. Stopping by r&#x2F;Programmer and soliciting input is a good way to get the lolz; posting in a more targeted forum for your language or framework or both, or even asking your followers on any social media presence may get less firehose from the Internet
turtleyachtover 1 year ago
It&#x27;s fun to write code you don&#x27;t need reviewed. Build wondrous things, accept contributions (or not), and enjoy each project as its own gem.<p>If you want code reviewed, contribute to existing projects.<p>Part of getting better is realizing the previous work needs to be rewritten. Your past self wouldn&#x27;t have known that at the beginning. But you got better.
评论 #39048570 未加载
coldtraitover 1 year ago
I had a good experience while learning Ruby by asking on the Ruby discord channel. Everyone was supportive and there&#x27;s a core group of highly knowledgeable users. A lot of people ask for help there, and it&#x27;s a very positive environment.<p>Additionally on most sub-reddits I&#x27;ve seen people get good constructive feedback on their code.<p>If you can find such discord channels where the environment is non-toxic (I doubt any coding oriented ones are) and the users are active, that could be the ideal option.
calebdreover 1 year ago
I’m actually building one right now so I can give code reviews for my mentees more easily!<p>I’ll post back when I’ve put it up on the internet.
评论 #39065425 未加载