• by Leftium on 1/19/2024, 7:03:30 AM

    I believe this community would be different: https://www.recurse.com/

    Based on their social rules: https://www.recurse.com/social-rules

    However, it might be difficult to get in...

  • by jaredsohn on 1/19/2024, 12:10:19 AM

    Could ask GPT4 chatgpt to review some code. Tell it to review kindly if you want (but shouldn't need to).

  • by whitfieldsdad on 1/19/2024, 2:57:10 PM

    TIL: all code posted for review on https://codereview.stackexchange.com/ has to be compilable.

    I noted that a function wasn'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.

    While I'm a rule-breaker, and the problem, maybe GPT4 is where to go for code reviews.

  • by tomcam on 1/19/2024, 6:11:03 AM

    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/superpower. Being coachable can take you pretty far.

  • by mdaniel on 1/18/2024, 10:18:07 PM

    https://codereview.stackexchange.com/ may be worth a shot; I know it's a common meme that the stackexchange sites are a cesspool but my experience has been "garbage in, garbage out"

    Also, I would guess the "review it savagely" and "absolutely destroying you" part is likely projection, or perhaps not setting expectations of what outcome you want from any such review. If it's "what's wrong with this code?" 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

    Without any question you will want to consider the audience of peers when asking for reviews. Stopping by r/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

  • by turtleyacht on 1/18/2024, 10:03:59 PM

    It's fun to write code you don't need reviewed. Build wondrous things, accept contributions (or not), and enjoy each project as its own gem.

    If you want code reviewed, contribute to existing projects.

    Part of getting better is realizing the previous work needs to be rewritten. Your past self wouldn't have known that at the beginning. But you got better.

  • by coldtrait on 1/20/2024, 6:19:46 AM

    I had a good experience while learning Ruby by asking on the Ruby discord channel. Everyone was supportive and there's a core group of highly knowledgeable users. A lot of people ask for help there, and it's a very positive environment.

    Additionally on most sub-reddits I've seen people get good constructive feedback on their code.

    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.

  • by calebdre on 1/19/2024, 4:14:50 AM

    I’m actually building one right now so I can give code reviews for my mentees more easily!

    I’ll post back when I’ve put it up on the internet.