Slashdot Mirror


User: benhoganuk

benhoganuk's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:Code Review, Code Review, Code Review on Properly Testing Your Code? · · Score: 1

    Pair Progamming XP style has given me the edge to allow more bugs to be caught.

    Test First Design is also a big win.

    Dont forget to refactor all the time. This also reduces bugs.

    Simple design! ( = less bugs)