|
From: Nat P. <nat...@gm...> - 2007-10-10 19:33:55
|
On 10/10/2007, Andrey Shchekin <as...@gm...> wrote: > CVS feels like a major obstacle to contribution. Why? I can see that Hg or Bzr would be a big benefit when it comes to building a community, but is SVN such a big win over CVS that CVS stops people contributing? > Also, I have several ideas about NMock considering .Net 3.5. > I wrote a short post on it here: > http://blog.ashmind.com/index.php/2007/09/23/nmock-35 > > In two words, having expression trees we can make expectations much > more concise, like: > Expect.Once > .That(() => fs.GetDirectories(path)) > .Will(Return.Value(directories)); That looks cool. --Nat |