RE: Software Quality

From: Peter Mount <petermount(at)it(dot)maidstone(dot)gov(dot)uk>
To: "'Bruce Momjian'" <pgman(at)candle(dot)pha(dot)pa(dot)us>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: RE: Software Quality
Date: 2000-07-11 07:37:13
Message-ID: 1B3D5E532D18D311861A00600865478CF1B059@exchange1.nt.maidstone.gov.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I think most of us here are hot on quality. It's one of the reasons why I
don't release code before I'm at least happy with what I've got is clean and
easily maintainable.

Here (MBC) I see several other analysts writing quick hacks that then become
mission critical. These hacks then become illegible so when they break, I
end up pulling my hair out because I can't read the code.

Yet, they then moan at me because I take longer. However, I test everything
first and I don't reinvent the wheel - if a routine or class is going to be
useful, I make sure it's not dependent on too much, and put it in a library.

I hate sloppy coding, but it's a sign of the times. Machines are more
powerful, and storage is so cheap it's the easy way out not to optimise
things.

For example: How large is the average chess program now? Does anyone
remember the Sinclair ZX81 and chess that ran in 1K of memory? Or how about
a programming language on the Amiga whos compiler was only 1020 bytes long
(Fast).

Peter

--
Peter Mount
Enterprise Support
Maidstone Borough Council
Any views stated are my own, and not those of Maidstone Borough Council

-----Original Message-----
From: Bruce Momjian [mailto:pgman(at)candle(dot)pha(dot)pa(dot)us]
Sent: Tuesday, July 11, 2000 1:20 AM
To: PostgreSQL-development
Subject: [HACKERS] Software Quality

The following URL is a short article about software quality. He
criticizes the sloppy coding practices of some open-source software. I
agree with most of his points.

My personal feeling is that if sloppy coding becomes the norm, I will be
out of a job. I place a high value on quality code, and I know most
PostgreSQL do as well.

http://www.osopinion.com/Opinions/MontyManley/MontyManley8.html

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Mike Mascari 2000-07-11 08:03:42 Re: Software Quality
Previous Message Philip Warner 2000-07-11 07:32:53 Re: pg_backup symlink?