Changes

From Genome Analysis Wiki
Jump to navigationJump to search
143 bytes added ,  14:33, 23 September 2014
Line 91: Line 91:  
**Reduce file sizes
 
**Reduce file sizes
 
**Turn off unnecessary sections
 
**Turn off unnecessary sections
*Write a set of automated tests that test the different cases so they can be re-run each time the library changes  
+
* Output intermediate files
*When you find a bug, write a test that exposes the bug (fails), fix the bug, rerun the test (succeeds)
+
**For validation
 +
**To pick up where left off
 +
*Output informative information to a file
 +
*Write a set of automated tests
 +
** Test many different cases  
 +
** Re-run each time the library/code changes
 +
** When you find a bug, write a test that exposes the bug (fails), fix the bug, rerun the test (succeeds)
 +
*** Ensures bugs do not reappear

Navigation menu