About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
mochieee
7/29/2019 - 1:47 PM
share
Share
add_circle_outline
Save
naming_convention
naming_convention.md
content_copy
file_download
Rendered
Source
naming convention (命名規則)
python
https://namingconvention.org/python/
*下書き
過不足のないメソッド名が思いつかない場合
処理を分割して、別メソッドにする
別メソッドの結果を引数として渡すパターンもあり
メソッド追加時の注意点
追加によって既存のメソッド名を変える必要がないか確認する。例えば、名前のレベル感が合っていないと、意味が重複している可能性がある
使わない単語
情報量の少ない単語: info, data
clear