Completed
High quality automated tests
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
The Practices That Make Continuous Integration
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Being vulnerable
- 3 Feature branching is evil
- 4 Continuous integration certification test
- 5 Continuous integration definition
- 6 Continuous integration practices
- 7 Version control
- 8 First practice
- 9 Communication tool
- 10 Never break the build
- 11 Team practices do not push to a broken build
- 12 The most crucial practice
- 13 Well revert when broken
- 14 Critical engineering practices
- 15 Make changes in small increments
- 16 Decoupled code space
- 17 virtuous circle
- 18 testdriven development
- 19 decoupled code
- 20 large scale refactoring
- 21 Release features incrementally
- 22 Feature toggles
- 23 Automated build
- 24 Always working software
- 25 High quality automated tests
- 26 High reliable tests