Tuesday, December 27, 2005

Freedom

Freedom comes in small packages........
usually TCP/IP.

Tuesday, December 20, 2005

quotes from Debugging the Development Process

quotes from ‘Debugging the Development Process’ , Steve Maguiret)

  • Don’t waste the developers’ time on work that does not improve the product.

  • Always determine what you’re trying to accomplish, and then find the most efficient and pleasurable way to do it.

  • Establish detailed project goals to prevent wasting time on inappropriate tasks.

  • Don’t Fix Bugs Later, Fix them now.

  • Regularly Stop what you’re doing and look ahead, make little adjustments now to avoid big obstacles later on.

  • Each day, ask, “What can I do today to help keep the project on track for the next few months?”

  • Don’t waste time working on the wrong problem. Always determine what the real problem is before you try to make a fix.

  • People often ask for something other than what they really need. Always determine what they are trying to accomplish before dealing with any request.

  • Never commit the dates you know you can’t meet. You’ll hurt everybody involved.

  • Beware of recurrent meetings. Make sure they’re worth the disruption they cause.

  • Before calling any meeting, be sure you know exactly what you want to achieve and what you need to achieve it. Then make sure you do achieve it.

  • Make sure each team member learns one new significant skill at least every two months.

  • Watch out for and correct the “It’s too much work” reaction. Train programmers to first consider whether task makes sense and whether it matches up with the project goals and priorities.

  • Don’t ship substandard feature. Postpone them until you can implement them properly.

  • Give some priority to writing easily shared code. Programmers can’t share each other’s code unless they’re writing it so that it can be shared.

  • If your project is slipping, something is wrong. Don’t ignore the cause and demand long hours of the team members. Find and fix the problems.

  • Beware of the misguided belief that long hours result in greater productivity. If anything, long hours only hurt productivity.

  • Stress the importance of thinking hard, not working hard.

  • Train the development team to work efficiently during a normal workday. Don’t allow them to work long hours, which servers only to mask time-wasting activity.