Search Results

4
votes

What are the good code review/walkthrough techniques?

I agree with the pair programming idea, however, you can also switch in a different person for a second code review on commit. To keep it streamlined, the presenter should be ready to expla …
0
votes

Writing maintainable code

Good comments. Good comments help with abstraction by stating the code's intended purpose, bad comments just restate what the code is doing. Comments could actually come in the form of well-designe …