source beautifier
Collapse
This topic is closed.
X
X
-
Marco MarianiTags: None -
Stefan Behnel
Re: source beautifier
Marco Mariani wrote:I tend to believe that running these tools on some average Python code would
not even change whitespace. ;)
IMHO, a tool that automatically corrects code to comply with PEP-8 wouldI just need it for python -- but it should not force me to use PEP8.
actually be more helpful, but I guess that's pretty far reached.
Stefan
-
Marco Mariani
Re: source beautifier
Stefan Behnel wrote:
I bet it's idempotent against _your_ code, but not in the context of>>http://www.polystyle.com/features/python-beautifier.jsp
>>
>I've never used it, but the example is quite clear.
I tend to believe that running these tools on some average Python code would
not even change whitespace. ;)
python beginners or people who just made up their mind about what coding
style to use.
Comment
Comment