Collaborative Programming Practices ----------------------------------- Some standard practices around collaborative programming, tailored for remote work. #. The sections of the codebase that will be modified will be specified before the programming begins. #. Participants should be able to run tests of the codebase they are modifying before any modifications are made.