Advertisement
Membership
Login
ACCU Buttons
Overload Journal #68 - Aug 2005
Browse in : |
All
> Journals
> Overload
> 68 |
- 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.
Editorial: Size Does Matter
Description : The way that one goes about developing and delivering a software project depends critically on the scale of the project.
Discuss.
Category: [ Project Management | Journal Editorial ]
Description : The way that one goes about developing and delivering a software project depends critically on the scale of the project.
Discuss.
Category: [ Project Management | Journal Editorial ]
Software Project Management: Adding Stakeholder Metrics to
Agile Projects
Description : Agile methods need to include stakeholder metrics in order to ensure that projects focus better on the critical requirements, and that projects are better able to measure their achievements, and to adapt to feedback. This paper presents a short, simple defined process for evolutionary project management (Evo), and discusses its key features.
Category: [ Project Management ]
Description : Agile methods need to include stakeholder metrics in order to ensure that projects focus better on the critical requirements, and that projects are better able to measure their achievements, and to adapt to feedback. This paper presents a short, simple defined process for evolutionary project management (Evo), and discusses its key features.
Category: [ Project Management ]
C-side Re-sort
Description : In spite of the attention given to object-oriented development, TDD and modern testing frameworks, it is worth understanding how and why unit testing has an important role to play in general, regardless of the technologies or broader development philosophy involved. This article walks through a simple example, highlighting some of the motivation behind basic unit testing and the practices involved but without following through into TDD.
Category: [ Programming Topics ]
Description : In spite of the attention given to object-oriented development, TDD and modern testing frameworks, it is worth understanding how and why unit testing has an important role to play in general, regardless of the technologies or broader development philosophy involved. This article walks through a simple example, highlighting some of the motivation behind basic unit testing and the practices involved but without following through into TDD.
Category: [ Programming Topics ]
C++ Interface Classes - Noise Reduction
Description : Interface classes are a principle mechanism for separating a class' interface from its implementation in C++. I wrote an introduction to interface classes in a previous article. In this article, I intend to explore interface classes - and their implementation classes - further.
Category: [ Programming Topics ]
Description : Interface classes are a principle mechanism for separating a class' interface from its implementation in C++. I wrote an introduction to interface classes in a previous article. In this article, I intend to explore interface classes - and their implementation classes - further.
Category: [ Programming Topics ]
A Technique for Register Access in C++
Description : This article discusses a C++ scheme for accessing hardware registers in an optimal way.
Category: [ Programming Topics ]
Description : This article discusses a C++ scheme for accessing hardware registers in an optimal way.
Category: [ Programming Topics ]