gpt4 book ai didi

c++ - 返回 bool 值的函数的命名约定是什么?

转载 作者:可可西里 更新时间:2023-11-01 18:29:36 27 4
gpt4 key购买 nike

<分区>

我的母语不是英语,所以我对返回 bool 值的函数的命名约定感到困惑。

我知道以下函数名称是约定俗成的:

bool is_valid();
bool is_sorted();
bool is_empty();
bool has_children();
bool can_draw();

但是,我想知道是否还有其他以动词开头而不是“is, are, can, has, etc.”的函数名是否也符合如下约定:

bool TryToCloseWindow();    // check to see if the user tries to close the window
bool IntendToCloseWindow(); // as above
bool FileExists(); // check to see if the file exists

如果您是母语为英语的程序员,您认为这三个函数名称是否约定俗成?

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