In light of another discussion going on about style of rust std/core, I was wondering if there is an official style guide and/or a style checker?
I think that is one of python's strengths. The style guide (pep8 see http://www.python.org/dev/peps/pep-0008/ ) is very valuable in that most python packages, core or third party, are consistent. Having tools like pylint are also very helpful to anyone writing python code because they will warn you when your not following pep8 or some other limited warnings. -- John Harrison
_______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
