The Best Design Patterns
The first time I read the Gang of Four Design Patterns book, I was impressed, no blown away, by the brilliance of what I was reading. The Visitor pattern utilizing »
The first time I read the Gang of Four Design Patterns book, I was impressed, no blown away, by the brilliance of what I was reading. The Visitor pattern utilizing »
When I read about F# object expressions, the first thought that popped into my head was to use them to create mocks for unit tests. For those of you »