Journal Articles

Overload Journal #78 - Apr 2007 and Programming Topics and Design of applications and programs
Browse in : All > Journals > Overload > 78 (8)
All > Topics > Programming (877)
All > Topics > Design (236)
Any of these categories
Options:
View Article Map
View Archives

Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xt and user-summary-[publicationtype].xt. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.

A Perspective on Use of Conditional Statements versus Assertions

webeditor

22 April 2007 11:57:00 +01:00

Simon Sebright offers us the benefit of his experience.

Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xt and user-summary-[publicationtype].xt. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.

Design in Test-Driven Development

webeditor

22 April 2007 11:55:00 +01:00

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.

Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xt and user-summary-[publicationtype].xt. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.

C++ Unit Test Frameworks

webeditor

22 April 2007 11:54:00 +01:00

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