Hi,

've just looked to MySQL++ examples, class names are very poorly named (!)
Thats fine for small exaple but makes a big mess in large projects. "class
Query" for example is SO generic that there is big probability that will
collide with other declaration and classes elsewhere and this small
"characterization" has further issues. I recommend to rename it some more
recognizable like:

class CSQLQuery
class CMySQLQuery : public CSQLQuery
...

The bigger the better. C++ is not RUN-TIME so confortably use long names and
be happy reading the code.

== am not in conference ==


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to