My team is using the IBM's Rhapsody tool to do real-time embedded development. Unfortunately, we are unhappy with our current review process.
More specifically, we've had difficulty because:
there is a lack of a good diff tool for diagram changes
the Rhapsody diff tool doesn't generate reports that you can use in a review
source file ...
Hi.
We have a large SVN repo of LaTeX documents. Each document ultimately is rendered into PDF.
Documents need to be reviewed. Review has two major goals: ensure the quality of text itself and ensure the qualify of typesetting.
Right now reviewer could be separated into two major groups:
Those who use SVN to checkout
sources and bui...
I am putting together some guidelines for code reviews. We do not have one formal process yet, and trying to formalize it. And our team is geographically distributed
We are using TFS for source control (used it for tasks/bug tracking/project management as well, but migrated that to JIRA) with VS2008 for development.
What are the things...
Hey all, I am trying to find a tool that can highlight code changes in Visual Studio so they can be easily found and reviewed. Below are some requirements for what we are looking for...
Identify and use a difference highlighting tool that meets the following criteria:
• can highlight areas that need to be reviewed
• there is a place t...
When choosing code-reviewers for your project what qualities you see/prefer in the candidates (the one who does review)?
# of years of experience?
time availability (not selecting very busy guys)
one whose code gets least comment
senior junior ladder (juniors can't do seniors code review)
inside team or someone outsider
...
...
We have tried many methods such as
Code review required before check-in (hard to enforce)
Monthly code review sessions (tend to side-track, time consuming, too high level)
One or two devs with free cycles review changesets as they are added (low participation)
We use TFS and could write a tool to leverage the API or build a workflow ...