Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Google が API クライアント ライブラリで、existing_coding_standards の代わりに UglyCase メソッド名を使用しているのはなぜですか? 実際、私は自分のPEP8 コードをこのようなもの(GetEditLink() ...wtf? クラス名?) で台無しにすることに満足していません。
さて、PEP8コードを引用します:
下位互換性を維持するために、mixedCase は既に一般的なスタイル (threading.py など) であるコンテキストでのみ許可されます。
それで、それか、彼らはそれが好きなだけです。