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

Overload Journal #79 - Jun 2007

Browse in : > Journals > Overload > 79

Rip It Up and Start Again
by Alan Griffiths
Category: [ Journal Editorial ]
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. by Matthieu Gilson
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. by Rachel Davies
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? by Paul Grenyer
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. by Ian Wakeling
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. by Richard Harris
Category: [ Programming Topics ]