Blog

Dean Wampler, one of the ever great ObjectMentor team, writes about the need to incorporate multiple development languages into a project. I agree with most of the things he said. It is important to choose the correct tool for the correct job. In our projects we have C#, C++, VB (6), SQL, HTML and VB

Read More

Code Coverage Tool for Traceability

Paul Stovell created a tool for traceability between code and requirements. All you have to do is add attributes to the classes/methods, and through reflection, it correlates the tested code to requirements. Therefore, it can actually create code coverage report against requirements. Cool stuff. [via Brian Harry]

Tim Ferriss on HanselMinutes

I listened during my commute to the latest HanselMinutes. This time it was a bit different. Scott talked Tim Ferriss, the author of the best seller “The 4-Hour Work Week“. One of the things Tim talked about why working on email on a plane is more productive than doing that in the office. The two

Read More

Relying on Others

Check out my collection of ClearCase posts and feel my pain. Continuing our latest adventures with ClearCase, (I haven’t worked on anything else since Wednesday) today we reviewed the situation. We had to roll back the changes made on Thursday, due to side-effects that appeared. (Basically square one). Currently there’s no real solution in sight,

Read More