gpt4 book ai didi

naming-conventions - bool 方法命名的可读性

转载 作者:行者123 更新时间:2023-12-03 04:48:06 35 4
gpt4 key购买 nike

简单的问题,从可读性的角度来看,您更喜欢哪个 bool 方法的方法名称:

public boolean isUserExist(...)

或者:

public boolean doesUserExist(...)

或者:

public boolean userExists(...)

最佳答案

public boolean userExists(...)

将是我的首选。因为它使您的条件检查更像自然英语:

if userExists ...

但我想没有硬性规定 - 只要保持一致

关于naming-conventions - bool 方法命名的可读性,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1566745/

35 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com