Login
From:
Jose M. Gilgado
(Uncensored)
subscribe
Naming of predicate methods | Jose M.
https://josem.co/naming-of-predicate-methods/
links
backlinks
Roast topics
Find topics
Find it!
A predicate method is tipically one that should return a boolean value (true or false). These methods are useful in a lot of scenarios, like when you have an class with a boolean attribute.