principles: Be exact and reliable v_0
authorFrantišek Kučera <franta-hg@frantovo.cz>
Tue, 27 Nov 2018 17:12:12 +0100
branchv_0
changeset 150 7d7d4e1f293f
parent 149 3ffcf178d0d1
child 151 5697a01db388
principles: Be exact and reliable
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>