ptkila / cowichan

Automatically exported from code.google.com/p/cowichan
0 stars 2 forks source link

Get rid of inputs/outputs architecture; pass everything in a constructor #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently inputs/outputs are passed in with a specialized
TupleApplication::addInput/addOutput. I think things could safely be just
passed in a constructor to the TupleApplication, and then referencing these
would be easier (whatever variable names, versus e.g. (IntArray) inputs[0]).

Original issue reported on code.google.com by sastraxi@gmail.com on 14 Aug 2009 at 11:43