Posts Tagged ‘Programming’

MSDN Code Gallery - snippets, samples and resources

Tuesday, January 29th, 2008

MSDN Code Gallery - snippets, samples and resources

The MSDN Code Gallery is a portal for snippets, samples and other resources. In it you can find pages that describe samples and supporting documents including screenshots and design documents. In addition, you will find hosted conversations about these samples, sample projects or other resources that have been provided to the community. This destination is open to the entire community to contribute content to.

Code Gallery is, at its core, simply a community enabled site where we share developer enabling information and resources that will be integrated into the MSDN experience.

MSDN Code Gallery

Source

MSDN Code Gallery - snippets, samples and resources

Pair Programming vs. Code Reviews, the best of both

Tuesday, December 18th, 2007

Pair Programming vs. Code Reviews, the best of both

Here is an article by Mark Levison about Pair Programming vs. Code Reviews:
Pair Programming vs. Code Reviews - It’s a no Brainer

After reading this article I felt like sharing my experiences. Considering the team strength and company resources, its best to have a mix of these. We have code reviews before every checkin. And sometimes when fixing a bug which is not reproducable / when working on a high priority issue and we have lesser time in hand, its better to do Pair Programming because one person focusses on the issue closely the other person need not touch the keyboard / mouse but can think about the various impacts etc… So in my opinion when you consider the team size and the resources a proper mix of both is better. But ignoring team size and resources, I would prefer Pair programming I have seen and experienced many “aha” kind of experiences, and yes Pair Programming helps you learn a lot, better ways to do things, tips and tricks etc…

Pair Programming vs. Code Reviews, the best of both