|
Posted by Geoff Berrow on 11/11/06 11:10
Message-ID: <1163196797.736817.324440@m7g2000cwm.googlegroups.com> from
Jerim79 contained the following:
>The question I have is, is this an "acceptable" way to handle error
>messages. Being quite new to PHP I don't know what to make of this
>method.
That's very subjective. It may not be terribly elegant but it also may
be that this solution makes it clear to see what is going on.
In judging 'acceptability' factors to consider are:
Is the code secure, independent of user configuration?
Does the code use significantly more resources than it should?
Is the code easy to follow, maintain and update?
Is the solution good and clear from the user's point of view?
--
Geoff Berrow (put thecat out to email)
It's only Usenet, no one dies.
My opinions, not the committee's, mine.
Simple RFDs http://www.ckdog.co.uk/rfdmaker/
[Back to original message]
|