Egoless programming

From HandWiki
Short description: Computer development technique

Egoless programming is a style of computer programming in which personal factors are minimized so that quality may be improved. The cooperative methods suggested are similar to those used by other collective ventures such as Wikipedia.

History

The concept was first propounded by Gerald M. Weinberg in his seminal book of 1971, The Psychology of Computer Programming.[1]

Peer reviews of code

To ensure quality, reviews of code by other programmers are made. The concept of egoless programming emphasises that such reviews should be made in a friendly, collegial way in which personal feelings are put aside. Structured walkthroughs are one way of making such a formal review.[2]

Strengths

  • Works best for complex tasks.
  • Open communication channels allow information to flow freely to team members
  • Greater conformity that helps in consistent documentation
  • Team members have greater job satisfaction.[3]

Weaknesses

  • Projects take longer to complete.[3]
  • Projects experience a higher failure rate due to the decentralized nature of and volume of communication between members of the team.[3]
  • Risky shift phenomenon – Programmers attempt riskier solutions to solve a software problem.[3]
  • Simple tasks are made more difficult by open communication channels.[clarification needed][citation needed]

Rival concepts

Egoless programming explicitly minimizes constraints of hierarchy and status so as to enable the free exchange of ideas and improvements. It may be contrasted with the chief programmer team concept which emphasises specialisation and leadership in teams so that they work in a more disciplined way.[4]

See also

References

External links