|
From: Adriano d. S. F. <adr...@uo...> - 2007-07-16 14:30:33
|
Dmitry Yemanov escreveu: > Adriano dos Santos Fernandes wrote: > >>> PS. May be namespace SqlNode instead of adding SQLNode in the beginning of >>> each class name? >>> >> Being contrary of both your opinions :-), I prefer to have the common >> part as suffix and not prefix. >> > > Do we really need a SQL prefix/suffix in the SQL parser? :-) If you care > about ambiguities with other kind of nodes, I'd rather introduce the > Dsql namespace with classes Node etc. Node is a very generic name, that could be used in others places, so I like SQLNode. But for the derived classes, we can use only Node. It sounds better, but is less consistent name convention. Adriano |