@
loading 「母语命名标识符对代码清晰度和可维护性的提高」 Python3 选择支持非 ASCII 码标识符的缘由:
https://zhuanlan.zhihu.com/p/31598712“Indeed, the ratio of time spent reading versus writing is well over 10 to 1. We are constantly reading old code as part of the effort to write new code. ...[Therefore,] making it easy to read makes it easier to write.” — Robert C. Martin, Clean Code: A Handbook of Agile Software Craftsmanship
例程中英版本对比:
https://zhuanlan.zhihu.com/p/343234177