Pair Programming

Definition 

Pair Programming is an Agile Software development technique, where programming is done in pairs. The first person writes the code of the software, while the second person who plays the role of an observer, checks and verifies the lines of source code. The pair keep switching roles to facilitate the development process.

Further Reading

  • “Pair Programming Illuminated”, by Laurie Williams. 

Know more such interesting terms by visiting our website.

Ordered List | Glossary

Definition 

In Object Oriented Programming, an ‘Object’ refers to a particular instance of a class where the object can be a combination of variables, functions, and data structures.

Further Reading

  • “The Object-Oriented Thought Process”, by Matt A. Weisfeld,
  • “Design Patterns: Elements of Reusable Object-Oriented Software”, by Erich Gamma, John Vlissides, Ralph Johnson, and    Richard Helm.

Know more such interesting terms by visiting our website.