07
- 7.1 Work from the canonical version
- Learning Objectives
- Canonical Version
- Patterns and Antipatterns
7.1 Work from the canonical version
Learning Objectives
By the end of this lesson you will be able to:
- Identify patterns and antipatterns of representing the canonical version.
Canonical Version
Patterns and Antipatterns
- Issue Tracking Systems, Wikis, AMIs, on shared server VS. Scripts and versioning files in tools such as GitHub.
- S3 buckets as source of truth, shared servers VS. Using a version-control repository.
- Configurable information in software/binaries VS. in a versioned database or version-control repository.
- All of the above VS. combination of versioned database or version-control repository.