ShannonHung / ShannonHung.github.io

2 stars 0 forks source link

clean-code-python | Shannon's Blog 🐟 技術 | 生活 | 旅行 #93

Open ShannonHung opened 4 months ago

ShannonHung commented 4 months ago

https://shannonhung.github.io/posts/clean-code-python/

參考連結: https://github.com/zedr/clean-code-python Clean Code Variables 相同型態的變數名稱命名要一致12345678910111213141516171819202122232425262728## Bad: user, clilent, customer但都是userdef get_user_info(): passdef g