0
kicks
Let business scenarios be reflected in your code
I’m working with a project where I use something I call “scenarios”. The idea is that each scenario in the businessmodel is represented by three classes:
- Command
- Result
- Scenario
The reason for why I wan’t this is that I want each scenario easily detected in my coding-model.......