togakangaroo

Stories submitted by togakangaroo

No more explicit casts getting strong types from loose dictionaries(georgemauer.net)

submitted by togakangarootogakangaroo(35) 2 years, 3 months ago

I hate doing int myVal = (int)dictionary["myval"]; don't you? Here I describe how the cast can be done implicitly in C# 4.0 read more...

add a comment |category: |Views: 5

tags: another

Aliased Maps Design Pattern(georgemauer.net)

submitted by togakangarootogakangaroo(35) 2 years, 4 months ago

A C# functional-flavored pattern that I've been using for some time but have never really seen anyone else do. When DDD is too much work, this can be a good way of composing your application. read more...

add a comment |category: |Views: 10

tags: another

The secret driven-development/design acronyms(damieng.com)

submitted by togakangarootogakangaroo(35) 3 years, 3 months ago

You've heard TDD, BDD and DDD, but what about the others? read more...

add a comment |category: |Views: 6

tags: another

Re: What is Unit Testing(nothingyoumissed.wordpress.com)

submitted by togakangarootogakangaroo(35) 3 years, 4 months ago

How do you define unit testing? Is it related to a tool or framework? (Hint: No) My first post that I am even remotely proud of, would be curious for some feedback. read more...

add a comment |category: |Views: 15

tags: another