Results 590 comments of Xuan Wu

面向中文用户的项目使用中文命名标识符很合理。不用妄自菲薄。 [这里](https://github.com/program-in-chinese/overview#%E7%BB%84%E5%86%85%E6%B4%BB%E8%B7%83%E9%A1%B9%E7%9B%AE)汇集了些用中文命名标识符的开源项目,涉及TS, Python, Java, C++等等,供参考。

Mac 下刚测了没问题,Windows 下这么多人用了应该也没问题。不知是何平台? 另外,目录下确定是有`data.json`文件吗?

命令行下运行一样吗? 错误信息里两个文件路径的斜杠方向不同,不知是否有关?

面向中文用户的项目优先使用中文命名标识符合情合理。[这里](https://github.com/program-in-chinese/overview#%E7%BB%84%E5%86%85%E6%B4%BB%E8%B7%83%E9%A1%B9%E7%9B%AE)汇集了些用中文命名标识符的开源项目,涉及TS, Python, Java, C++等等,仅供参考。

习惯就好。更多用中文命名的开源项目[在此](https://github.com/program-in-chinese/overview#%E7%BB%84%E5%86%85%E6%B4%BB%E8%B7%83%E9%A1%B9%E7%9B%AE)。

@ZhaoGuangYue1986 更多使用中文命名标识符的开源项目[在此](https://github.com/program-in-chinese/overview#%E7%BB%84%E5%86%85%E6%B4%BB%E8%B7%83%E9%A1%B9%E7%9B%AE)。 一些观点供参考: [在国内原创开源项目中使用中文命名的意义与方式](https://zhuanlan.zhihu.com/p/53050766) [如何看待国内开源项目的不可持续性?](https://www.zhihu.com/question/355691918/answer/904463940)

觉得可读性挺好的请举手。

mac 下spyder运行没问题 ![Screen Shot 2020-07-18 at 1 18 36 PM](https://user-images.githubusercontent.com/392497/87861247-582d5800-c8f9-11ea-870d-2f19795d1c53.png)

@wlareee you may want to check out the source code as well, as the identifiers (variables, functions, etc) are mostly named in Chinese and more importantly, they **do** make sense.

既然是面向中文开发者社区的项目,代码使用母语命名,可读性更有优势: ![Screen Shot 2021-04-30 at 2 33 29 AM](https://user-images.githubusercontent.com/392497/116676984-84800580-a95c-11eb-9a82-65c45392b751.png) 中文标识符补全辅助插件: - [IntelliJ 系列](https://github.com/tuchg/ChinesePinyin-CodeCompletionHelper),包括 Pycharm 等 ![Screen Shot 2021-04-30 at 2 30 14 AM](https://user-images.githubusercontent.com/392497/116676675-1cc9ba80-a95c-11eb-9cb2-8fec0936c66a.png) - [VS Code](https://gitee.com/Program-in-Chinese/vscode_Chinese_Input_Assistant),也支持 Python