Collaborative Programming PracticesΒΆ

Some standard practices around collaborative programming, tailored for remote work.

  1. The sections of the codebase that will be modified will be specified before the programming begins.

  2. Participants should be able to run tests of the codebase they are modifying before any modifications are made.