The Artima Developer Community
Sponsored Link

Weblogs Forum
Software Metrics Don't Kill Projects, Moronic Managers Kill Projects

50 replies on 51 pages. Most recent reply: May 16, 2008 1:38 PM by Thomas Cagley

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 50 replies on 51 pages [ « | 1 ... 35 36 37 38 39 40 41 42 43 ... 51  | » ]
Bill Pyne

Posts: 165
Nickname: billpyne
Registered: Jan, 2007

Re: Software Metrics Don't Kill Projects, Moronic Managers Kill Projects Posted: Nov 13, 2007 6:03 AM
Reply to this message Reply
Advertisement
> That medical software (at least most of it) is run on PCs,
> each of which has potentially different hardware and other
> software (including operating system patch levels)
> installed.
> At the same time sending the users a patch via email or a
> download link is easy and cheap.
>
> It's therefore (despite the seemingly more important
> problem domain in medicine) more important economically
> for the manufacturer to get that game console software
> correct out of the box than that medical software (as long
> as no patient dies of course, in which case the liability
> claims can run into astronomical figures).

What you say is correct but I'd like to add a little to it. Medical software is broad. Focusing exclusively on the laboratory system: embedded software in the lab equipment which took the actual readings, a "collector" package that ran on a UNIX server, an HL7 message translator running on a UNIX server, a transaction server that took translated HL7 messages/transformed them per physician's rules/loaded them into the patient chart database, and the client piece running on PC's. Everything except the embedded software had the luxury of patching.

As far as testing goes, something as simple as changing the measurement unit in the patient chart system for a particular lab test, per physician request, involved a full regression test of the transaction server and client pieces. Every possible transaction was retested along with all known error conditions and the server's ability to handle them. Physicians' training can prevent data errors from being catastrophic, but physicians can't catch everything - especially not when in hour 25 of a 32 hour shift. In a hospital, information in medical systems CANNOT be wrong. The motivation for developers isn't financial (liability), it's watching life and death play out.

Flat View: This topic has 50 replies on 51 pages [ « | 35  36  37  38  39  40  41  42  43 | » ]
Topic: Software Metrics Don't Kill Projects, Moronic Managers Kill Projects Previous Topic   Next Topic Topic: Thinking in Java 4e

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use