Tour: Patterns and Practices Lab
- Posted: Sep 26, 2006 at 2:12 PM
- 82,128 Views
- 19 Comments
Download
How do I download the videos?
- To download, right click the file type you would like and pick “Save target as…” or “Save link as…”
Why should I download videos from Channel9?
- It's an easy way to save the videos you like locally.
- You can save the videos in order to watch them offline.
- If all you want is to hear the audio, you can download the MP3!
Which version should I choose?
- If you want to view the video on your PC, Xbox or Media Center, download the High Quality WMV file (this is the highest quality version we have available).
- If you'd like a lower bitrate version, to reduce the download time or cost, then choose the Medium Quality WMV file.
- If you have a Zune, WP7, iPhone, iPad, or iPod device, choose the low or medium MP4 file.
- If you just want to hear the audio of the video, choose the MP3 file.
Right click “Save as…”
- Mid Quality WMV (Lo-band, Mobile)
- WMV (WMV Video)
Comments Closed
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
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