MySQL Forums
Forum List  »  Stored Procedures

Re: ambiguity in variable name and field name
Posted by: Andrew Gilfrin
Date: April 08, 2005 03:45AM

Something I have been planning to do is come up with a set of coding standards for MySQL Stored Procedures.

There are currently a number of situations within MySQL where having a standard before you start coding will have a big impact on the future of your projects.

It's not so that we all use the same standards but to give people an understanding of why standards are important. The most important thing with any set of standards is that they are used consistently, its not important wether you use p_, pr_ or par_ as a prefix to a parameter but it is important you do so consistently.

Andrew Gilfrin
------------------
http://gilfster.blogspot.com
My MySQL related Blog

http://www.mysqldevelopment.com
MySQL Stored Procedure,Trigger, View.... (Just about most things these days) Information

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: ambiguity in variable name and field name
2801
April 08, 2005 03:45AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.