Closed MalloZup closed 7 years ago
I would suggest that we start to use ? for distinguish functions/methods that return a false/true.
?
Like pr_triggered_by_comment? (return a boolean where we check) and do_test (doesn't return a boolean)
pr_triggered_by_comment?
do_test
https://stackoverflow.com/questions/7179016/what-is-the-purpose-of-and-at-the-end-of-method-names
I would suggest that we start to use
?
for distinguish functions/methods that return a false/true.Like
pr_triggered_by_comment?
(return a boolean where we check) anddo_test
(doesn't return a boolean)