Displaying 1 result from an estimated 1 matches for "arraygenerator".
Did you mean:
array_generator
2008 Jan 17
5
unusual challenges speccing external software
...t all comes back as text, it''s very easy
to write specs against.
But I''ve ended up with three artifacts that are *either* byproducts of
bad design *or* bad products of a compromised spec process. I created
three mock *classes* (as opposed to mock objects). For example, one is
the ArrayGenerator. In this system Generators return notes. The
ArrayGenerator "generates" an array of notes. It''s a silly
implementation, but it''s useful if you want to spec that some code can
take an arbitrary generator, which generates arbitrary notes, and then
process those notes corre...