Programmer Certification
Guy Werry
guy.werry@hbms.ca
Fri, 15 Feb 2002 13:14:45 -0600
One last contribution to the debate about coding standards, etc. This
messed up dictionary issue is one of my favorites.
We had a contractor build, without any real I.T. involvement, a Powerhouse
system. It was horrible! There were NO picture clauses, headings, labels
or anything like that in the dictionary - if a field was reported in 30 Quiz
reports, then in all 30 Quiz reports he had the headings and picture clauses
hard coded. What a waste of effort!
The way we work things, and I firmly belive that it saves enormous amounts
of work, is that everything possible be coded in the dictionary and as much
as possible all files (data bases) be in one central dictionary. The only
exception to this are values statements: too restrictive, really need to use
lookup tables as much as possible. Makes for more work in the coding, but
the flexibility once the application is up and running is very liberating.
I'll now climb back down off of my soap-box, it's time to grab a coffee.
G.L. (Guy) Werry
Senior Systems Analyst
Hudson Bay Mining & Smelting
Ph: 204-687-2374
Fax: 204-687-2771
guy.werry@hbms.ca
-----Original Message-----
From: Miller, Daniel [mailto:Daniel.Miller@nightfreight.co.uk]
Sent: February 15, 2002 10:39 AM
To: Powerhouse List 3 (E-mail)
Subject: RE: Programmer Certification (was NOCORRECT Clause in FIELD)
'best practice' development methods would be interesting. Another problem
area where things can get out of hand has to be dictionaries.