O
Ola Bini
Austin said:Additionally, if it's an external validation suite -- I haven't looked
at the project -- it isn't really checking against live code.
Why couldn't it check against live code?
I receive an argument foo,
I check foo against a validator,
I do an operation on foo, if foo is valid:
def abc(foo)
do_operation(foo) if Ducktator.valid?(validator, foo)
end
which part isn't live code?
--
Ola Bini (http://ola-bini.blogspot.com)
JvYAML, RbYAML, JRuby and Jatha contributor
System Developer, Karolinska Institutet (http://www.ki.se)
OLogix Consulting (http://www.ologix.com)
"Yields falsehood when quined" yields falsehood when quined.