Live data from Hacker News

Leverage Code Review for Sustainable AI Coding Development

cacm.acm.org

1–2 of 2 posts

Re: Leverage Code Review for Sustainable AI Coding Development

#2
When collaborating on big private codebases with many peers contributing to the same repos, my workflow is that I put most of the effort on reviewing things locally, before I even push to github - there my colleagues do a traditional code review (out of respect for them I don’t want to push stuff I haven’t reviewed myself). For that I was really looking for something like my own local GitHub with discussions and threads - since I couldn’t find exactly what I was looking for, I build a desktop app for myself - I believe there must be others in the same need so the tool is now free and open sourced. It’s called GitWarren. I started to also work with remote machines so now working on adding support for doing code reviews where GitWarren reads git through ssh. I’m genuinely excited for all this new ways of working.