作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
是否有一个特定的术语来处理返回 bool 值的函数。
例如 getter 和 setter
function GetSomething();
function SetSomething(value);
但是这个呢:
function IsProduction();
它显然是一个更具体的“Getter”,我觉得它应该属于不同的类别。
对于 Google 搜索来说,这显然是一个难题,如果之前有人回答过,我们深表歉意。
最佳答案
Is there a specific term for addressing a function that returns a bool.
由于 bool 只返回 true 或 false,这被称为 Predicate
长话短说
This is obviously a hard question to Google search, so apologies if it's been answered before.
这比 searching 更容易对于名为 .
另一个难以搜索的是;
。当你解析代码时 ;
实际上可以被认为是连接两个语句的运算符。
关于terminology - "IS"函数的特定术语,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53518406/
我是一名优秀的程序员,十分优秀!