2,066 reputation
521
bio website
location
age
visits member for 2 years
seen Apr 19 at 1:33
stats profile views 71

May
19
awarded  Yearling
Apr
4
awarded  Nice Question
Feb
11
awarded  Notable Question
Oct
8
awarded  Nice Question
Sep
17
awarded  Enlightened
Jul
19
awarded  Popular Question
Jul
8
awarded  Popular Question
Jun
13
awarded  Nice Answer
Jun
8
accepted Is event sourcing ready for prime time?
Jun
7
asked Is event sourcing ready for prime time?
Jun
4
accepted Why has the accessor methods from the JavaBean specification become the standard for Java development?
Jun
1
accepted Why Use Scala over Java
Jun
1
asked Why has the accessor methods from the JavaBean specification become the standard for Java development?
May
19
awarded  Yearling
May
9
awarded  Nice Question
Mar
23
awarded  Nice Answer
Nov
9
comment How to choose between Tell don't Ask and Command Query Separation?
With respect to the write needing to return a value ... this guys goes into an example of how he removed the return value form an operation: rethinktheworld.blogspot.com/2011/09/rotten-code.html.
Nov
9
comment How to choose between Tell don't Ask and Command Query Separation?
Re boolean ... this is an example that was easy to piggy back off but similar to the write operation down below, the goal is for it to be a status of the operation.
Nov
8
revised How to choose between Tell don't Ask and Command Query Separation?
edited title
Nov
8
asked How to choose between Tell don't Ask and Command Query Separation?