On 05/23/2017 10:34 AM, Jakub Jelinek wrote:
On Tue, May 23, 2017 at 10:29:58AM -0400, David Malcolm wrote:
Do we really want methods starting with capital letters?
I understand why you can't use union, but I don't think we use
CamelCase
anywhere.
FWIW in the JIT, I have a class switch_ (i.e. with a trailing
underscore). Maybe we should use trailing underscores for names that
clash with reserved words?
union_ and not_ is just fine with me.
Jakub
I was also going to ask if we had any rules regarding using a trailing _
for the union, intersect and not routines :-) I'm fine with that as
well I'd do intersect_ as wel for some consistency
Andrew