# HG changeset patch # User František Kučera <franta-hg@frantovo.cz> # Date 1543335132 -3600 # Node ID 7d7d4e1f293f80230354a469f176e3d145eb03ab # Parent 3ffcf178d0d1940b221073b975a0554d112a1c67 principles: Be exact and reliable diff -r 3ffcf178d0d1 -r 7d7d4e1f293f relpipe-data/principles.xml --- a/relpipe-data/principles.xml Tue Nov 27 17:03:54 2018 +0100 +++ b/relpipe-data/principles.xml Tue Nov 27 17:12:12 2018 +0100 @@ -216,6 +216,13 @@ </p> + <h2>Be exact and reliable</h2> + + <p> + <m:name/> should convey data without corrupting or waywardly modifying them. + Implementation details (e.g. how values are encoded in the stream) should not affect transferred data and the user. + </p> + <h2>Fail-fast, be strict</h2> <p>