Practices
Section titled “Practices”Repeatable engineering practices for development, review, delivery, and maintenance.
Entries (4)
Conventional CommitsUse a small, explicit commit message structure to communicate change intent to people and automation.
Gate data publication by explicit rights stateDo not infer permission to publish data from the fact that the system can store or process it.
Preserve provenance during canonicalizationKeep source and transformation context when external values are merged into a canonical model.
Safe online data migrationsChange persisted representations without switching reads before the new representation is complete and verified.