ACCU Home page ACCU Conference Page
Search Contact us ACCU at Flickr ACCU at GitHib ACCU at Facebook ACCU at Linked-in ACCU at Twitter Skip Navigation

Programming Topics

Browse in : > Topics > Programming

A Perspective on Use of Conditional Statements versus Assertions
Description : Simon Sebright offers us the benefit of his experience. by Simon Sebright

Design in Test-Driven Development
Description : With its roots in Japanese just-in-time manufacturing, Test-Driven Development (TDD) puts the traditional development process on its head. Adam Petersen discusses when to use TDD, how to use it successfully, and its use in up-front design. by Adam Petersen

C++ Unit Test Frameworks
Description : There are many Unit Testing frameworks for C++, but which one to use? Chris Main shares his experience of some of them. by Chris Main