|
|
|
|
|
by atoav
1954 days ago
|
|
Really? I program Python for over a decade now and compared to other language it was always the one where style somewhat was the smallest issue with that language (compared to the C, C++, C#, Javascript, Java I have seen). Might be that the whitespace indentations focus the mind. Also: PEPs already act as style guides. And if you are worried to do it wrong, just run it through a code formatter like black. It really isn't that much of a problem IMO. |
|
And it looks like Python is heading in the same direction. It's not difficult to imagine a future where some Python projects are going to want such guides too.