Tag Archives: C#

4 things about domain objects

First, please do not mock a domain object. Stub it. Thanks.
Second, do not write an interface for it. Neither if you want a Null Object implementation.
Third do not be obsessed with Null Objects, sometimes they are good, not always. If you end with a
if objectInstanceType == ObjectType.NULL in your code perhaps something is wrong in [...]

Posted in Uncategorized | Also tagged , | Leave a comment

.net infected

Day by day I’m always more .net infected, today I’ve found 4 good links. One is DZone which provides good quality links every day. From here I found this where the author tries to convince the reader that Java 6.0 has something cool and new inside… Bah!
Through the good mailing list on Yahoo about Domain [...]

Posted in Uncategorized | Also tagged , | Leave a comment

C#

C# is not so bad. It’s 7 weeks now that I am working with this language and I quite enjoy it.
The tool is terrible slash horrible, we are using resharper that helps a bit but it’s not comparable to any java IDE that I know. Just the UI designer is nice and pretty easy to [...]

Posted in Uncategorized | Tagged | 3 Comments