Code Review as a Service
41–50 of 238 posts
Re: Code Review as a Service
#42This entirely misses the point of code review. Say it with me: Code review is a knowledge transfer exercise. Finding bugs, security vulnerabilities, and keeping the code maintainable are merely side effects that we appreciate along the way. The primary purpose of code review is increasing the bus factor of the given piece of code and facilitating organic knowledge transfer. That's it.
Re: Code Review as a Service
#43I 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…
Overall, for bigger and more complicated systems you would have an architecture that is peer reviewed and communicated internally. Afterwards you have individual components that have their code reviews and still need to follow industry best practices. I think external code reviews is great idea as it could allow the team to focus more on conceptual reviews and consequences to other systems.
Re: Code Review as a Service
#44I think I might be onto something here. "Full time developers as a service"
Re: Code Review as a Service
#45Or are these people working for relative poverty wages overseas?
Re: Code Review as a Service
#46Are they hoping to get enough training data from the consulting practice to bootstrap an AI code review product?
Re: Code Review as a Service
#47I'm all for this if the person reviewing my code will know the context, history and all the details and conversations we had as a team. But in order for that to work, I'd probably be taking most of this reviewer's time. And obviously in order for them to get up to speed with our practices, conventions, architecture, code style and whatnot, they'd probably need to start by doing a whole lot of development on our proje…
Edit: to be clear, I personally don't see the value here, just playing devil's advocate.
Re: Code Review as a Service
#48Re: Code Review as a Service
#49Re: Code Review as a Service
#50I'm imagining that to make such service profitable, offering something like $699 per developer per month, you are not hiring reviewers from USA, right?
When I saw the 200/hour pricing I thought "that actually sounds reasonable", but how is 699/month for unlimited review going to work out?