哪个方法名称更好,为什么?
send_autoreply()
send_auto_reply()
发布于 2014-08-17 06:53:48
如果使用send_auto_reply()命名约定,我更愿意使用snake_case,因为:
send_manual_reply()
https://stackoverflow.com/questions/25237896
相似问题