The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
49 views

Editing your own answer

As an example, consider this answer. One of the comments I had on the code posted asked whether a method needed to be public. A comment was posted stating that in this context the method in question ...
3
votes
1answer
54 views

Is asking for code review on a patch file OK

Most open source projects accept updates via patch files. And any non trivial fix is going to be spread across multiple files and thus take up lots of space in the standard format. Do you think ...
31
votes
5answers
443 views

Iterative code reviews: how can they happen successfully?

Iterative code reviews, with a workflow like comment -> fixes -> other comments -> more fixes, are a very important part of QA and a natural way of learning and tackling large pieces of code. ...