text/ssm.en.xml
branchv_0
changeset 66 6dff32230593
parent 65 614d52966251
child 70 252d43b4c6d6
equal deleted inserted replaced
65:614d52966251 66:6dff32230593
   382 		</item>
   382 		</item>
   383 		<item>
   383 		<item>
   384 			<id>b9345a0e-c672-45d3-b93b-8d0fb4ece8b3</id>
   384 			<id>b9345a0e-c672-45d3-b93b-8d0fb4ece8b3</id>
   385 			<type>recommendation</type>
   385 			<type>recommendation</type>
   386 			<text>Fail fast – errors in the code should be reported during build time or at least on first execution – do not silently continue if given error would lead to failure later in another part of the code – bad weak coupling leads to difficult debugging.</text>
   386 			<text>Fail fast – errors in the code should be reported during build time or at least on first execution – do not silently continue if given error would lead to failure later in another part of the code – bad weak coupling leads to difficult debugging.</text>
       
   387 			<note>Avoid silent failures: e.g. if the computer runs out of disk space and the text editor is unable to save the file, it should immediately report error and allow user to choose different destination instead of silently failing and leaving the file empty.</note>
   387 		</item>
   388 		</item>
   388 	</chapter>
   389 	</chapter>
   389 	
   390 	
   390 	<chapter>
   391 	<chapter>
   391 		<name>Small code footprint</name>
   392 		<name>Small code footprint</name>