Looking for terminology for the relation of a subject and a predicate

Posted by kostja on Programmers See other posts from Programmers or by kostja
Published on 2012-11-19T15:50:41Z Indexed on 2012/11/19 17:19 UTC
Read the original article Hit count: 219

While writing some predicates for collection filtering I have stumbled over the choice of the right words for the relation of the subject and the predicate (English is a foreign language for me). What I ended up writing was "Subjects matching this predicate..."

This seems to be incorrect, since predicates are functions and not regular expressions. But saying "Subjects for which this predicate returns true..." sounds awkward to me as well..

So what would be the correct term?

© Programmers or respective owner

Related posts about terminology

Related posts about language-agnostic