Page 1 of 1

Help me find a class name

Posted: Fri Feb 17, 2006 4:37 pm
by Ree
How would you call a validation rule which defines a set of allowed values for some variable? It would be best to follow [some word(s)]Rule naming pattern. Somehow this resembles MySQL ENUM type... EnumerationRule? :)

Posted: Fri Feb 17, 2006 4:41 pm
by feyd
Whitelist

Posted: Fri Feb 17, 2006 4:43 pm
by Ree
Yeah, whitelist is pretty nice :) Thanks