Tour: Patterns and Practices Lab
- Posted: Sep 26, 2006 at 2:12 PM
- 83,452 Views
- 19 Comments
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Right click “Save as…”
Comments have been closed since this content was published more than 30 days ago, but if you'd like to continue the conversation,
please create a new thread in our Forums,
or
Contact Us and let us know.
Follow the Discussion
Oops, something didn't work.
What does this mean?
Following an item on Channel 9 allows you to watch for new content and comments that you are interested in. You need to be signed in to Channel 9 to use this feature.What does this mean?
Following an item on Channel 9 allows you to watch for new content and comments that you are interested in and view them all on your notifications page.sign up for email notifications?
That is so cool to see how much Microsoft cares about its teams. Many software companies give you a den, a check, and expect you to be happy - Great to see Microsoft going the extra million-dollar mile to keep the teams functioning in the most effective environment.
I sense an episode of Microsoft Cribs coming up
I'd say working with as a team is definitely important but so is developer privacy. Considering developers are going to be spending most of their time debugging, I'd say some privacy and the ability to shut off distractions is going to be pretty important. The last thing you want when you're debugging, and going deep into the call stack, is someone coming in and disrupting your concentration.
But that is why it is so cool. You can the the room, so theres 1 man rooms.
And to think all I really want is two screens. (And it would be nice if they were bigger than this 17" one too!)
Have you guys been measuring your output? Are you going to be able to prove one way or another that the new layout provides real benefits?
I'd like to plug a cable in the back of my neck and get a core dump of Agile.
Write a book about it, P&P.
:O I certainly hope not! One of the benefits of Agile practices like TDD is that it replaces the need for debugging sessions. I still use the debugger on occasion but for short periods of time and usually with someone looking over my shoulder.
Unfortunately it's impossible in my company. Also it's impossible for me to work in Microsoft - I'm allergic to C/CPP.
Thanks for giving us a peek at what it's like to work there.
The most interesting thing about the way we work is how little time our developers actually have to spend in the debugger. When you practice things like TDD and pair-programming, you literally spend less than 10% of your time in the debugger.
I was giving a "agile" presentation to another team here on campus lately and had a few other agile folks from around MSFT with me. I asked the room, "How much time you spend in the debugger?"
The team I was talking to responded with numbers like 50% or 75%. Then I asked my agile friends and they responded with numbers like 0% or 5%.
TDD allows you to build the system in a small way so surprises rarely occur. You don't spend very much time in the debugger, because you only added one or two lines of code since you last ran the tests.
I typically only use the debugger when an API call I'm using doesn't behave the way I expect. But then it is a VERY targeted attack. Step into the one test I'm having problems with, trace through to the API call and inspect the result. Once I've learned better what's going on, I add typically add a new test that explains that behavior better and then I can move on.
Hopefully that helps explain things a bit better.
--Peter
Check out Microsoft Solutions Framework Essentials for a brand new book which addresses this topic. I haven't read it myself yet but it's getting good reviews.
Brian Keller
Imho, it's FAR TO MUCH. May be it's time to change developers? Or just "update" them. I personally spending up to 5% of my time in debugger. My secret - never jump between areas and see whole picture. But if you have stuff rotation then you will spend alot of time in debugger because of "spaghetti code".
They are nice funny guys but worthless for project because too enthuziastic. Too much energy but wrong directions.
Remove this comment
Remove this thread
close