Thanks. My issue of using a type is where to keep the set of constant values for each scenario. I can only put 1 set of them in the constructor.
On Friday, April 29, 2016 at 7:12:02 AM UTC+5:30, Lyndon White wrote: > > Define a type (possibly immutable) per sensation, with the constants > Create a function that operates on that type that carries out the scenario. > > loop (or map (or pmap)) through an array of the aforementioned type, > applying the aforementioned function. > > > On Friday, 29 April 2016 09:15:40 UTC+8, K leo wrote: >> >> Each scenario has the same set of constants but with different values. I >> would like to loop through all these scenarios. What are the best ways to >> handle this? > >
