Code Review as a Service
pullrequest.com
Code Review as a Service
1–10 of 238 posts
Re: Code Review as a Service
#2Re: Code Review as a Service
#3Interested to know if anyone has used this service or similar and what the quality is like.
Because that is the value I've found in code reviews - not generic "is this code elegant?", but "does this code play well with what everyone else is doing?"
Re: Code Review as a Service
#4"Automation" = static analysis or something like https://codeql.github.com/?
Re: Code Review as a Service
#5I can see how this works for fairly limited web applications for example, but as soon as the application grows in complexity and interacts within a bigger system of systems, I am doubtful that it would be logistically possible to outsource the code review (legally, knowledge transfer wise, and a plethora of other angles I'm a tad bit lazy to consider).
Overall, why not, if it's priced correctly, then it's probably a set of additional eyes for small projects. But for anything medium or higher, yeah, I don't see this realistically working.
Maybe OP (?) can explain if I'm wrong (very likely). There's probably something I'm missing.
Re: Code Review as a Service
#6Re: Code Review as a Service
#7Re: Code Review as a Service
#8Saw this link here in the past. Didn’t pickup. The reason why I don’t like it is that random people, regardless their expertise, cannot just review PRs and understand the impact of the change on the system without being deeply involved in the product.
It involves a risk / benefit analysis.
On the other hand, maybe you can build a relationship with contractors that focus on reviewing code. And maybe it can give insights your team won't have?
Re: Code Review as a Service
#9Re: Code Review as a Service
#10I will admit that I thought this was a joke on the "SaaS" everything trend. I can see how this works for fairly limited web applications for example, but as soon as the application grows in complexity and interacts within a bigger system of systems, I am doubtful that it would be logistically possible to outsource the code review (legally, knowledge transfer wise, and a plethora of other angles I'm a tad bit lazy to…
I really need to find a good mentor for our project :(