Python coding style [was Re: [RFA] New python module gdb.types]

Joel Brobecker brobecker@adacore.com
Wed Oct 6 22:23:00 GMT 2010


> My deeply biased and very personal ideology her e is if how emacs
> handles it.

I think it would be wrong to adopt that philosophy, and to be honest,
I'm getting a little tired about having to suffer certain decisions
purely because this is the default emacs indentation style. Even
if I did use emacs, I just think it's more important to be consistent
with the rest of the Python community.

There is actually an official Python Coding Style, called PEP8:

    http://www.python.org/dev/peps/pep-0008/

I think we should strive to not break whatever suggestions this guide
provides, and add some extra of our own if we feel necessary.

I looked at the Google Python Style Guide, and it does not conflict
with PEP8. I also have relatively limited knowledge of Python, but
I absolutely agree with everything in that document.

-- 
Joel



More information about the Gdb-patches mailing list