Advertisement
Membership
Login
ACCU Buttons
Design of applications and programs
Browse in : | > Topics > Design |
Description :
In my last article I discussed the values in the Agile Manifesto and what they mean to mean. There are many practices that can be used to make yourself more agile. Short iterations, the planning game, pair programming, and refactoring are a few of the practices present in eXtreme programming. The practice of most value to me, and the practice that many recommend to use as a starting point, is Test Driven Development - TDD.
by Phran RyderCategory: [ CVu Journal Vol 17, #6 - Dec 2005 ]
Description :
The computer science community has shown a woeful lack of interest in debugging, which given the huge economic cost of debugging is somewhat mysterious. However, there may be signs of "green shoots" in the desert landscape of debugging tools.
by Greg Law , Julian SmithCategory: [ CVu Journal Vol 17, #6 - Dec 2005 ]
by Jonathan Wignall
Category: [ CVu Journal Vol 17, #6 - Dec 2005 ]
Description :
This final part of the series will step outside the domain of standard C and investigate a pattern for event-driven applications. The REACTOR pattern decouples different responsibilities and allows applications to demultiplex and dispatch events from potentially many clients.
by Adam PetersenCategory: [ CVu Journal Vol 17, #5 - Oct 2005 ]
Description :
This part of the series will highlight another principle for dependency management and illustrate how both of these principles may be realized in C using the OBSERVER pattern.
by Adam PetersenCategory: [ CVu Journal Vol 17, #4 - Aug 2005 ]
Description :
This part of the series will investigate a design pattern that adds flexibility to common software entities by letting clients customize and extend them without modifying existing code.
by Adam PetersenCategory: [ CVu Journal Vol 17, #3 - Jun 2005 ]
by Thomas Guest
Category: [ Overload Journal #66 - Apr 2005 | Programming Topics ]
by Stefan Heinzmann
Category: [ Overload Journal #64 - Dec 2004 ]
by Kevlin Henney
Source : cats, curling, exceptions
Category: [ Overload Journal #62 - Aug 2004 ]
Description :
This article reports on an experimental study, performed during the 2003 ACCU conference, that attempted to measure one particular aspect of developer identifier meaning assignment behavior. The study investigated the extent to which belief in the applicable application domain affects the meaning assigned to identifier names.
by Derek JonesCategory: [ CVu Journal Vol 15, #6 - Dec 2003 ]
by Allan Kelly
Category: [ Overload Journal #58 - Dec 2003 | Project Management ]