Tag

mob programming

0 views collected around this technical thread.

Continuous Delivery 2.0
Continuous Delivery 2.0
Jan 4, 2024 · Fundamentals

Mob Code Review (Mob CR): A Practical Guide to Collaborative Code Review

This article explains the concept, goals, suitable teams, and step‑by‑step process of Mob Code Review (Mob CR), a collaborative code‑review practice that helps teams establish quality standards, educate newcomers, and improve overall code quality through collective inspection and discussion.

Code Reviewbest practicesmob programming
0 likes · 7 min read
Mob Code Review (Mob CR): A Practical Guide to Collaborative Code Review
Continuous Delivery 2.0
Continuous Delivery 2.0
Sep 4, 2023 · Fundamentals

Mob Programming: A 2009 Refactoring Case Study

This article recounts a 2009 mob programming session in which the GoCD team refactored a module by introducing a missing domain object, illustrating the benefits of whole‑team collaboration, the prerequisites of a strong development environment and automated tests, and detailing the step‑by‑step code transformations.

Domain-Driven Designmob programmingrefactoring
0 likes · 7 min read
Mob Programming: A 2009 Refactoring Case Study
Continuous Delivery 2.0
Continuous Delivery 2.0
Aug 16, 2023 · Fundamentals

Mob Code Review (Mob CR): A Collaborative Approach to Raising Team Code Quality

Mob CR (Mob Code Review) is a team‑wide, five‑step practice that gathers developers around a selected code fragment to collectively establish quality standards, educate newcomers, surface differing understandings, and produce concrete improvements through discussion and a final cleanup.

Code Reviewbest practicesmob programming
0 likes · 7 min read
Mob Code Review (Mob CR): A Collaborative Approach to Raising Team Code Quality
Continuous Delivery 2.0
Continuous Delivery 2.0
Apr 14, 2022 · R&D Management

Mob Code Review (Mob CR): A Collaborative Approach to Improving Code Quality

Mob CR, short for Mob Code Review, is a team‑oriented, five‑step process that uses collective code inspection to establish shared quality standards, educate newcomers, and align developers on better design and implementation practices.

Code Reviewbest practicesmob programming
0 likes · 6 min read
Mob Code Review (Mob CR): A Collaborative Approach to Improving Code Quality
Continuous Delivery 2.0
Continuous Delivery 2.0
Jan 14, 2021 · Backend Development

Mob Programming Refactoring Experience: Restoring Missing Domain Objects

The article recounts a 2009 GoCD team mob‑programming session where developers collaboratively refactored a module, identified missing domain objects, applied a strong refactoring environment and automated tests, and transformed flawed Java code into a cleaner, domain‑driven design.

Domain-Driven DesignJavabackend development
0 likes · 6 min read
Mob Programming Refactoring Experience: Restoring Missing Domain Objects