openSUSE / gitarro

run all your test against a GitHub Pull request
https://opensuse.github.io/gitarro
MIT License
15 stars 20 forks source link

use `?` in function names that return booleans #64

Closed MalloZup closed 7 years ago

MalloZup commented 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)

MalloZup commented 7 years ago

https://stackoverflow.com/questions/7179016/what-is-the-purpose-of-and-at-the-end-of-method-names