ILoggable

A place to keep my thoughts on programming

Tag Archives: prototype

Promise: Defining Types and Classes

Once you get into TDD with statically typed languages you realize you almost always want to deal with interfaces not classes, because you are almost always looking at two implementations of the same contract: the real one and the Mock. … Continue reading

July 13, 2010 .net, geek, Promise ,