Next Wednesday, March 8th, I'll be giving a talk for the Los Angeles chapter of the ACM. We'll explore the hype and the misconceptions about agile software...
Scott, Did you go to this? Brian ... Scott, Did you go to this? Brian At 03:24 PM 2/27/2006, you wrote: http://barcamp.org/BarCampLosAngeles This is a take off...
No, it sounded cool, I wanted to, but lack of time and excess distance kept me away. Woody, the local MSFT Dev Evangelist, went, his reviews are here. ...
... i stopped by on saturday evening. looked like a small geek-in. just a few people at 5:30 (but more were arriving). i was tired so i split. thanks ... ...
I’ve been in the Java camp for a while with a little bit of exposure writing some apps in.Net. I just recently was hired into an organization with a small...
Matt, When you say "entirely standardized on MS" does that mean you need to learn how to program in .NET? And if so, is that VB.NET or C#? Let's assume C# ...
Scott, The nearest .NET user group to you would be the Inland Empire .NET User Group (http://www.iedotnetug.org/). We'll be having our next meeting this coming...
Scott, Thanks for the great list of resources! I’ll definitely check these out. The org is entirely MS so everything is .Net or moving there from other MS ...
Hi Jennifer, Unfortunately my Tuesday's are booked with a current Linux admin class I'm taking. If your Saturday study groups are open to the public I may...
There's also a C# UG in OC, they meet in Orange. http://www.occsharp.org/ As far as practices, there are 2 camps. 1) Those that do things the way MSFT tells...
... i was out of the m$ camp for many years. recently started teaching a class in managed c++ using visual studio 2003. it's a mindfsck. ... you probably won't...
OCPatterns will be begin our next book on Wednesday, March 29th. We will be reading JUnit Recipes http://www.amazon.com/gp/product/1932394230 "When testing...
this was mentioned in one of our books. iirc, there are a bunch of these. are they from the refactoring book or (analysis patterns) or ? i am looking for a...
... A Google search for "collecting parameter" turns up a lot of references and examples. Try it. The Refactoring to Patterns book has one called "Move ...
Reminder from the Calendar of ocpatterns http://groups.yahoo.com/group/ocpatterns/cal Study Group - JUnit Recipes Wednesday March 29, 2006 7:00 pm - 9:00 pm ...
ocpatterns@yahoogroup...
Mar 28, 2006 2:56 am
1432
At our first meeting of the JUnit Recipes study group we decided to meet on the first and third Wednesday of each month. That means this Wednesday we will...
hi, was thinking about pairs and how they relate to collecting parameter: <http://www.industriallogic.com/xp/refactoring/accumulationToCollection.html>. iirc,...
Do you mean the method marked with [SetUp] will be called only once? That's strange, because it should work just like JUnit. Some of my NUnit classes (in C#)...
... I think this was the distinction that was causing the confusion. JUnit creates a separate instance of the test fixture (i.e., the class containing the test...
... [Alex] JUnit will not create a separate instance for each test method, it shouldn't do so since by doing so will void original xUnit design (see Kent...
... Being the test-first guy that I am, I wrote a test before I posted. Guess what? Under Eclipse 3.1.1 and JUnit 3.8.1 it does create a separate instance of...
That's very interesting. Have you tried to run JUnit using JUnit's own test runner (either console or GUI version). It may have something to do with how...