Slashdot Mirror


User: PaulMichaelReilly

PaulMichaelReilly's activity in the archive.

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

Comments · 1

  1. Automated Testing and Code Reviews on Ultra-Stable Software Design in C++? · · Score: 1

    Whatever else you take from the multitude of responses, your system will be better off for having formal design and code reviews among small subsets of your team. And collect all test cases into a framework such that any potential release will have to pass ALL previous tests. These two steps alone will go a long way to making your application stable and correct.