3
votes
6answers
299 views
Recommendation for text-based software design review collaboration tool
Much of the software design we do in our company is in Microsoft Word, embedding pictures and Visio diagrams where necessary.
Can anyone recommend a good software design review co …
0
votes
6answers
113 views
Constructive Criticism
While peer programing what is the most optimal way to offer constructive criticism?
How do you critique without pointing out flaws?
3
votes
4answers
95 views
Is there a site where I can post snippets of code for review?
I'd seen someone post a link to such a site on SO , but I forgot what it was...
7
votes
11answers
477 views
How to prevent (junior)developers making the wrong decisions/bad code?
Short of hovering over the developers and question all decisions they make/code they produce.. Architectural choices, massive codefiles (5k loc), no code commenting or documentatio …
27
votes
28answers
2k views
How to overcome the “Everyone else’s code sucks” attitude?
I'm the only programmer at work. A result of downsizing, I have to work on programs that have been created/maintained by many different past programmers. When I look at the code …
0
votes
4answers
172 views
What would you submit as an example of your best code for peer review? [closed]
If your company was being audited, or you were in an interview, and you were asked to provide an example of your best code for peer review, what would you submit? (I would like act …
26
votes
29answers
1k views
Commenting code that is removed?
Is it a good practice to comment code that is removed? Like I used to have code here but it was removed by Ajahn on 10/10/08 because REASON.
Someone in my developer group during a …
3
votes
5answers
190 views
If you pair program, do you still need a peer review?
I think in general Peer reviews are a very good part of development process, they often catch or question things which were not apparent when code was originally written and make y …
1
vote
2answers
62 views
How to ensure correctness of data gathered via crowdsourcing?
I have a site where users are entering data of some products they buy.
How do I ensure correctness of data entered via crowdsourcing (enabling users to vote/edit products) minimi …
1
vote
2answers
68 views
How do you peer review SRSS reports?
I'm a big fan of peer review of code but when it comes to reports there just doesn't seem like a good way reviewing them. Showing differences just gets you the XML which isn't very …
2
votes
3answers
153 views
Where can I find Peer Code Review?
I was looking for a website that would allow me to post my C# applications, have people download them and tell me what the like/dislike about them. If you know of one please let me …
2
votes
4answers
289 views
Best way to track and enforce peer reviews before commit
I was wondering what mechanism have people used to enforce and track peer reviews for committing to SVN.
For each commit I want to be able to track if people have had a peer revi …
6
votes
6answers
423 views
Yearly Developer Review
What criteria do you rate your developers on when doing their yearly reviews? We are looking to improve our process more than "we feel you did a good job, here is a raise!"
We wer …
2
votes
2answers
230 views
Review my game project OR (How to peer-review my project) ?
I just finished a 2d platformer in C++/Allegro. Its still in an incomplete stage...
I wonder how to go about a peer-review from people who are into game development.
I would like …
6
votes
14answers
1k views
Simple C++ function — Is this code “good”?
The following code was produced by a consultant working for my group. I'm not a C++ developer (worked in many languages, though) but would like some independent opinions on the fo …
