Changes between Version 2 and Version 3 of Ticket #2826


Ignore:
Timestamp:
Oct 25, 2014, 1:41:50 AM (9 years ago)
Author:
Rolf Sievers
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2826 – Description

    v2 v3  
    2525 * Terminating it
    2626
     27Obvious solutions would be:
     28 * pass three parameters
     29 * pass an object
     30
    2731== Open Questions ==
    28  * May I split that file into many small parts? (selectionBox.js, orderStrutureBuild.js, ..)
    29  * What is your state on currying?
     32 * May I split that file (input.js) into many small parts? (selectionBox.js, orderStrutureBuild.js, ..)