为什么 Google API Python 库中存在 UglyCase 方法名称?
我只是想知道为什么 Google 在 API 客户端库中使用 UglyCase 方法名称而不是现有的编码标准?实际上,我不乐意用一些PEP8代码搞乱我的PEP8代码 ="http://code.google.com/apis/calendar/data/2.0/developers_guide_python.html#CreatingRecurring" rel="nofollow">像这样 (GetEditLink() ...wtf?类名? )。
I just wonder why Google is using in API client libraries such UglyCase method names instead of existing_coding_standards? Actually, I am not happy to mess my PEP8 code with something like this (GetEditLink() ...wtf? class name?).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧,引用 PEP8 代码:
所以要么是这样,要么他们只是更喜欢它。
Well, quoting the PEP8 Code:
So either that, or they just like it better.