|
From: Andrey S. <as...@gm...> - 2007-10-10 19:56:45
|
On 10/10/07, Nat Pryce <nat...@gm...> wrote: > 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? Of course, I can not speak for other people. But most of interesting developers I know already have SVN, and installing CVS is just extra work and a strong feeling that something is outdated about a project. On CodePlex, SVN support is the most user-wanted feature -- and TFS is way more advanced than CVS and has better integration with VS. > > 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 > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > NMock-two-dev mailing list > NMo...@li... > https://lists.sourceforge.net/lists/listinfo/nmock-two-dev > |