On 02/09/2012 09:33 AM, Mark Stanton wrote:
Thanks for that Fernand (yes, I know this is a while back, but I
never said :-) ).

And, nearly thirty years of software development has convinced me
that upper case is good for built in keywords, in this case "SELECT"
&tc, camelcase is good for everything else, it helps me use longer,
more descriptive names for things without getting too
incomprehensible.
I would add using descriptive names is much better particularly for maintenance and training. Personally I prefer variable names like first_name (if allowed) rather than firstName or FirstName. However, any of the three work well.

I use single quotation markes ( ' ) whenever I can for strings
because it creates less visual clutter than doubles, although I agree
it's marginal.  Some language constructs require doubles too, of
course.

Just my two cents :-)
Mark Stanton
One small step for mankind...





--
Jay Lozier
[email protected]


--
For unsubscribe instructions e-mail to: [email protected]
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted

Reply via email to