为什么 8 建议在关键词或默认参数值上不要在<条码>上设置空间?
这是否与在《<条码>=条码>的所有其他情况下建议空间不一致?
How is:
func(1, 2, very_long_variable_name=another_very_long_variable_name)
高于:
func(1, 2, very_long_variable_name = another_very_long_variable_name)
http://en.wikipedia.org/wiki/Benevolent_Dictator_for_Life” BDFL将受到赞赏。
这个问题比缺省值更严重,即刚刚从第8号最高法令中删除。
I m not soliciting opinions. I m asking for reasons behind this decision. It s more like asking why would I use {
on the same line as if
statement in a C program, not whether I should use it or not.