Gang Programming | Glossary

Definition: 

Four to Eight programmers gather in a conference room equipped with laptop and projector. Pick a programmer to start coding while everyone else looks at the projected source code. Find one failing test you can write, and then have a programmer write the code that makes the test pass. After sometime, pass the laptop to another programmer and continue writing code and passing the laptop until the task is complete.

This helps group to understand, develop and demonstrate the principles, processes and technologies. This is an effective way of sharing knowledge, few mistakes are introduced in your code, you can solve the problems that crops up along the way faster and quicker, learn more about the things that are specific to the applications and develop a common understanding, more people know how the new program works, all are in sync. Team develops better interpersonal skills, learn to communicate with each other, work together to achieve common goal.

Further Reading:
Book: SUCCEEDING WITH AGILE Software Development Using Scrum by Mike Cohn

Interrupt-Driven Organisation | Glossary

Definition: 

Interrupt-Driven Organisation are like a hospital emergency room where changes are constantly popping up and the real focus becomes successfully triaging opportunities to ensure teams are always working on the most important items. Few organisations are in industries that change so rapidly that they cannot set priorities at the start of the sprint and leave them alone. Many organisations think they exist in that environment, which they are not. 

It is usually a matter of becoming accustomed to thinking ahead. There are multiple factors which triggers an interrupt such as change in market situations, regulations, policies which needs to be absorbed for competitive advantage.  If organisation is one from whom sudden, near constant change is a fact, it is better to consider using shorter sprint. 

Further Reading:
Book: SUCCEEDING WITH AGILE Software Development Using Scrum by Mike Cohn