-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
建议标识符也用粤语命名,像木兰重现项目 #13
Comments
不知测试用例里为何部分标识符用英文呢?比如 这里 的 duck |
粤语编程已经支持中文标识符了,但我用一部分英文的目的是为了提供另一种风格,比如说香港人说粤语会夹一些英语,这也是粤语的另一种文化吧!当然,如果你不喜欢这样使用中文标识符也OK |
理解。 |
这个可以有,不过现在要做的主要是完善粤语编程语言本身,之后我会逐渐对内部实现代码进行粤语化。 |
不客气。个人建议在完善语言的同时渐进式地(比如从新代码开始)对内部实现代码的命名母语化,因为会有个命名风格调整和适应的过程。顺便,之前母语命名的一点 个人体会 供参考。 既然都在做基于 python 生态的语言,以后多多交流吧。 |
既然是面向粤语为母语的开发者,标识符也用母语命名可以提高代码可读性。供参考《Python3选择支持非ASCII码标识符的缘由》
比如个人的木兰语言重现项目就 用了中文命名。
The text was updated successfully, but these errors were encountered: