Date: 2004-07-20T15:37:02
   Editor: JoergHeinicke <[EMAIL PROTECTED]>
   Wiki: Cocoon Wiki
   Page: ButterflyManifesto
   URL: http://wiki.apache.org/cocoon/ButterflyManifesto

   typos

Change Log:

------------------------------------------------------------------------------
@@ -68,11 +68,11 @@
 
 === Strive for 100% unit test coverage ===
 
-Code that isn't excercised by tests is not there.
+Code that isn't exercised by tests is not there.
 
 === Avoid checked exceptions ===
 
-Checked exceptions do more harm than good, so it would be wise to avoid them 
altogether. Design instead a hierarchy of runtime exceptions and, whenever you 
need to catch an exception thrown by a third party library, decide whether you 
can handle it locally. If you cannot, wrap it in a runtime exception and throw 
the latter.
+Checked exceptions do more harm than good, so it would be wise to avoid them 
alltogether. Design instead a hierarchy of runtime exceptions and, whenever you 
need to catch an exception thrown by a third party library, decide whether you 
can handle it locally. If you cannot, wrap it in a runtime exception and throw 
the latter.
 
 == Code ==
 

Reply via email to