Illustration of Intention Space computation progress actions.

The computation model of Intention Space is illustrated through the accompanying  NodeJS (JavaScript) code in the file attached, which makes the relation between design chunks and code more explicit. The code implements a demo scenario where a guest wants dinner and is served according to the guest's choice. Notice that Intention Space, compared to the traditional approach ,  promotes an inside-out design of the Objects where Objects only have a name, and all the relevant design details about the behaviour or data structure in the code only come out as intentions reflected by the object into a design chunk. As the system is executed, a flow is created for each execution instance that carries the question -answers in each Design chunk.
Let us imagine a scenario where a customer asks for dinner and gets served the kind of dinner he/she wants. Firstly ,let us capture the primary Object, Intention, and Design chunks to start designing a functional system that caters to this scenario  in a JSON data structure holding the objects ,intentions and design chunks.
: