Roast topics
Find topics
Roast it!
Roast topics
Find topics
Find it!
Login
From:
Jose M. Gilgado
(Uncensored)
subscribe
Naming of predicate methods | Jose M.
https://josem.co/naming-of-predicate-methods/
links
backlinks
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.