Markus Schaber wrote:
> Von: Prabhu Gnana Sundar [mailto:prabh...@collab.net]
> > Not sure if the trailing commas at the end of enumerator lists are typos,
> > though fixing quite a few of them in the patch attached. I have also
> > attached the log message with this mail.
> > Please share your views.
> 
> I'm not sure about the subversion coding style guide, but
> there are several style guides advising to put a comma after
> the last member of enumeration lists.
> 
> The reason: If the enum is extended with further members,
> it is not needed to modify the line defining the last member
> to add the comma. This keeps diffs/patches cleaner and more
> concise.

That's useful for lists that get extended regularly, but we hardly ever extend 
an enumeration list and it's good to stick to standards where it doesn't hurt 
us to do so, so I would like us to remove the commas.

- Julian

Reply via email to