Category Archives: Development Practice

The Seven Wastes of Software Development | Agile Zone

The Seven Wastes of Software Development – Introduction Waste #1 – Partially Done Work Waste #2 – Extra Features Waste #3 – Relearning Waste #4 – Handoffs Waste #5 – Delays Waste #6 – Task Switching Waste #7 – Defects … Continue reading

Posted in Development Practice | Leave a comment

The interruptible programmer

A read a good blog post about learning to work interrupted.  Work 2.0 – the interruptible programmer.  The blogger had to learn to switch from a conventional, anti-interruption, get in ‘the mode’ then stay there for as many hours as possible, … Continue reading

Posted in Development Practice, Time Management | Tagged , , | Leave a comment

Procrastinators Workflow

or workflow to help procrastinators.

Posted in Development Practice | Leave a comment

Reading Other Peoples & your own old code

Old code is hard to read.  Even your own.  Its not uncommon 6 months down the track, to experience a bit of “what was I thinking when I wrote that?”.  Its one of the first things drummed into me by … Continue reading

Posted in Development Practice, Software Development | Tagged , , , , | Leave a comment

Legacy Java Systems

I’ve had my fair share of working with legacy code.  I don’t think legacy code is a bad thing because its existence means it has addressed the majority of the needs of the business successfully enough to stay around.  However, … Continue reading

Posted in Development Practice, Java | Tagged , | Leave a comment

Facilitation Patterns and Antipatterns

I read with great interest, the blog by steven list about Facilitation patterns (its also about a whole lot of other things Agile related) It goes through a lot of different characters of facilitators in an engaging way – dare … Continue reading

Posted in Agile, Software Development | 1 Comment