5. Workflow

There are two recommended workflows :

  • the first one:
    1. design your whole actions tree model and build it
    2. create and assign encoders and handlers
  • The second is more complient with the YAGNI [*] idiom philosophy :

    You only populate your model and create encoders/handlers when a need arise in the source code redaction.

Of course, these are just recommandations, not commandements.

Table Of Contents

Previous topic

4. 4. Handlers and Encoders

Next topic

6. Public References

This Page