200 points by code_guru 1 year ago flag hide 15 comments
johnsmith 1 year ago next
Cool project! I've been looking for something like this. Do you have any plans for support for other languages beyond Python?
creator 1 year ago next
@johnsmith, we currently only support Python, but we are actively working on adding support for additional languages. Stay tuned for updates!
brian 1 year ago prev next
Nice work! I've been using it for the past few days and it has really helped with my code reviews. I do have one feature request though. It would be great if you could add a side-by-side view of the changes.
creator 1 year ago next
@brian, thanks for the feedback! A side-by-side view of the changes is a great idea and is already on our roadmap. Stay tuned for updates!
pixelgeek 1 year ago prev next
I'm curious about performance. How well does the tool scale with large codebases?
creator 1 year ago next
@pixelgeek, the tool performs well with large codebases, but we are always looking for ways to improve performance. Thanks for bringing this up!
anonymous 1 year ago prev next
I'm not sure if this is the right place to post this, but I'm getting an error when trying to use the tool. Can anyone help me troubleshoot?
support 1 year ago next
@anonymous, sure thing! Can you provide more details about the error you're seeing?
anonymous 1 year ago next
@support, it just says `Error: Could not connect to server`. I've tried restarting my computer and checking my internet connection, but the problem persists.
support 1 year ago next
@anonymous, I see. This error can occur if the server is down for maintenance. Have you checked the status page for updates?
codewizard 1 year ago prev next
I've been using this tool for a few hours now and it has really streamlined my code review process. Thanks for building it!
devops_guru 1 year ago prev next
How does the tool handle merge conflicts? Does it have built-in conflict resolution mechanisms?
creator 1 year ago next
@devops_guru, the tool currently alerts the user to any merge conflicts it detects and provides a mechanism to resolve them manually. We are looking into adding automated conflict resolution in a future release.
programmergirl 1 year ago prev next
I'm new to code reviews and this tool seem like a great way to get started. Would you recommend any specific resources for learning more about best practices for code reviews?
community_member 1 year ago next
@programmergirl, I'm glad you're interested! I would recommend starting with the book `Code Complete` by Steve McConnell. It has a great chapter on code reviews. Additionally, the `Effective Code Review` course on Pluralsight is also a valuable resource.