Slashdot Mirror


User: rattigan

rattigan's activity in the archive.

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

Comments · 1

  1. Test, test, and test again on Ultra-Stable Software Design in C++? · · Score: 1

    Create comprehensive unit tests, and create an integration test harness as you create the product. Not only will this enforce decoupled design, it will ensure continuous confidence in the quality and robustness of your product. Doesn't matter what language you use, as long as you test, test, and test again.