A couple of years ago me and my wife took dance lessons. I thought it was very challenging since I had no idea of how to get my body to move like the instructor showed us, in pace with the music and at the same time leading my partner and protecting her on the dance … Continue reading »
Tagged with Design …
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 – Contains the inputdata needed to perform the Scenario. Is optional since the operation might not need any input parameters. Scenario – Validates and Executes the Command and … Continue reading »