Navigation

Search

Categories

On this page

Software Craftmanship 2009
Windows 7 Beta
Pair Programming smells

Archive

Blogroll

Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.

RSS 2.0 | Atom 1.0 | CDF

Send mail to the author(s) E-mail

Total Posts: 148
This Year: 1
This Month: 0
This Week: 0
Comments: 42

Sign In
Pick a theme:

# Sunday, January 11, 2009
Sunday, January 11, 2009 1:14:56 PM (GMT Standard Time, UTC+00:00) ( )

BBC Worldwide (my employer) is sponsoring a conference on software craftmanship on the 26th of February 2009. This is about the skills you need to build better software. This is about the refactoring skills, spotting code smells and habits that make you a better developer.

The programme and registration details are at Software Craftmanship 2009 

This conference is not about how to do Agile, or how to get started with TDD or how to get started with a certain technology. The conference is programming language agnostic and the skills can be applied to any programming language.

Comments [0] | | # 
Sunday, January 11, 2009 12:54:39 PM (GMT Standard Time, UTC+00:00) ( Windows )

Typing this from a laptop running Windows 7 Beta. This is an older laptop, which is now idle because it has been replaced by a new Dell Studio laptop. Toshiba Satellite M30, 1.5GB RAM, GeForce Go 5200 with 64MB video ram. The only problem was finding the driver for the GeForce Go 5200. I found the Vista 32 bit drivers for this from here. I’ve got full Aero running, it it’s quite snappy. All the other drivers are the normal Vista 32 bit drivers.

image

Win7 hasn’t picked up the power management utilities from Toshiba (?), trying to see if the utilities from my other Toshiba laptop will work on this. Looks very good so far. Think I’ll wait for Windows 7 to upgrade my main laptop to a 64 bit OS. I’m still not very happy with the driver support from nVidia, and ATI does not seem to be much different either.

Comments [0] | | # 
# Saturday, January 10, 2009
Saturday, January 10, 2009 7:38:42 PM (GMT Standard Time, UTC+00:00) ( Agile )

Stumbled across this blog entry by William Pietri. Made a list of some pair programming smells I have observed in the wild

1. Quiet Partner  - only one does all the talking, the other listens quietly, often looks bored and un-interested.

2. God Syndrome – the less experienced of the pair is afraid to ask questions. Not wanting to admit lack of knowledge. The superior of the pair zooms along assuming the other is following along.

3. Constant Arguing – over minor design decisions, egotistic reasons. not coming to conclusions.

4.  “My work is so boring, I don’t you to want to see it, let me slave away in the salt mines”

5. Going too fast – Either of the pair going too fast.” I know what I’m doing, just watch me”, and not bothering to explain.

6. Lack of focus - “Hey look at this other thing I’m doing”.

7. Quiet pair – ignoring partner, partner not interested. “I finished everything when you were having a cuppa”.

Ping Pong pairing

SO questions tagged with pair programming

Comments [0] | | #