питон в этом смысле лучше. фиг там так напишешь )
надо же )))))))) неожиданно ))
кстати, в Go - тоже )) есть единственно верное форматирование ))
на самом деле нет (не единственно), но из коробки есть тулза, которая всё ставит по своим местам, а код не компилится иначе.. просто лишая возможности холиварить
Formatting issues are the most contentious but the least consequential. People can adapt to different formatting styles but it's better if they don't have to, and less time is devoted to the topic if everyone adheres to the same style. The problem is how to approach this Utopia without a long prescriptive style guide.
With Go we take an unusual approach and let the machine take care of most formatting issues. ... If you want to know how to handle some new layout situation, run gofmt; if the answer doesn't seem right, rearrange your program (or file a bug about gofmt), don't work around it.