preamble update – motivation v_0
authorFrantišek Kučera <franta-hg@frantovo.cz>
Thu, 03 Oct 2019 17:22:01 +0200
branchv_0
changeset 48 904c1827bc38
parent 47 7e665331bc32
child 49 1dc027689f93
preamble update – motivation
text/ssm.en.xml
--- a/text/ssm.en.xml	Thu Oct 03 12:03:50 2019 +0200
+++ b/text/ssm.en.xml	Thu Oct 03 17:22:01 2019 +0200
@@ -16,7 +16,7 @@
 	
 	<title>Sane Software Manifesto</title>
 	<id>fd466b50-6abd-4294-b11f-a5b8f2f39c2a</id>
-	<preamble>In respect to user freedoms, privacy, liberty and software quality we create software according to the following guidelines.</preamble>
+	<preamble>In respect to user freedoms, privacy, liberty and software quality we create software according to the following guidelines. Developing Sane software is not easy, however we believe that this is the right way because this software is written once but used many times and maintained for years or decades.</preamble>
 
 	<chapter>
 		<name>Free software</name>
@@ -296,6 +296,11 @@
 		<name>Testable</name>
 		<id>a0376231-d53e-45fd-826f-47148721de3d</id>
 		<item>
+			<id>d99a69a5-2572-4517-a775-b69d036ad79c</id>
+			<type>information</type>
+			<text>Tests verify the compliance of the implementation with the documentation or specification.</text>
+		</item>
+		<item>
 			<id>d95dc118-7473-4f18-8b9e-35830a87b269</id>
 			<type>recommendation</type>
 			<text>there should be automated build-time complex tests for the package – feed the program with sample input and verify expected output</text>