Advertisement
Membership
Login
ACCU Buttons
Overload Journal #79 - Jun 2007
Browse in : |
All
> Journals
> Overload
> 79 |
- 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.
The Policy Bridge Design Pattern
Description : Matthieu Gilson offers some thoughts on using a policy based mechanism to build efficient classes from loosely coupled components.
Category: [ Programming Topics | Design of applications and programs ]
Description : Matthieu Gilson offers some thoughts on using a policy based mechanism to build efficient classes from loosely coupled components.
Category: [ Programming Topics | Design of applications and programs ]
Live and Learn with Retrospectives
Description : How can a team learn from experience? Rachel Davies presents a powerful technique for this.
Category: [ Process Topics ]
Description : How can a team learn from experience? Rachel Davies presents a powerful technique for this.
Category: [ Process Topics ]
Continuous Integration with CruiseControl.Net
Description : Is CC any good? How could it be better? Did it make a real difference where it was installed? Should we all give it a go?
Category: [ Programming Topics | Process Topics ]
Description : Is CC any good? How could it be better? Did it make a real difference where it was installed? Should we all give it a go?
Category: [ Programming Topics | Process Topics ]
Working with GNU Export Maps
Description : Taking control over the symbols exported from shared libraries built with the GNU toolchain.
Category: [ Programming Topics ]
Description : Taking control over the symbols exported from shared libraries built with the GNU toolchain.
Category: [ Programming Topics ]
auto_value: Transfer Semantics for Value Types
Description : std::auto_ptr has a reputation for causing problems due to its surprising copy/assignment semantics. Richard Harris tries to separate the good ideas from the bad.
Category: [ Programming Topics ]
Description : std::auto_ptr has a reputation for causing problems due to its surprising copy/assignment semantics. Richard Harris tries to separate the good ideas from the bad.
Category: [ Programming Topics ]