"Darren New" <dne### [at] san rr com> wrote in message
news:47b1365a$1@news.povray.org...
> I took over (technically) at one place and made the rule that such was
> disallowed.
The last coding standard I wrote was 6 pages long. Included things like:
No cursors
Don't distinct every
Don't use functions on columns in the where clause
Don't use SELECT *
All tables shall have a primary key
Evaluate all new tables (and modified existing tables) for indexes
Pity none of the devs bother reading it. It would save them some time when I
review their code. <evil grin>
Post a reply to this message
|